++ awk '{print $3}' ++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ shuf ++ head -n1 + TZ=America/Rio_Branco Choosen random timezone America/Rio_Branco + echo 'Choosen random timezone America/Rio_Branco' + ln -snf /usr/share/zoneinfo/America/Rio_Branco /etc/localtime + echo America/Rio_Branco + dpkg -i package_folder/clickhouse-common-static_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-common-static (24.3.18.10389.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49106 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-common-static-dbg (24.3.18.10389.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-server_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49115 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-server (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-server (24.3.18.10389.altinitystable+msan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49132 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-client (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-client (24.3.18.10389.altinitystable+msan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.18.10389.altinitystable (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=1 + sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml + value=35229696 + sed --follow-symlinks -i 's|[[:digit:]]\+|35229696|' /etc/clickhouse-server/config.d/keeper_port.xml + value=55687168 + sed --follow-symlinks -i 's|[[:digit:]]\+|55687168|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + ./minio server --address :11111 ./minio_data + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=8 + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=9 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 11 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=12 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 12 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:42511 http://127.0.0.1:42511 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (42511), please use --console-address ":PORT" to choose a static port. + counter=13 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./1843167B7D8F929Fddce3072-9434-47d8-b125-8ce65c2c82db + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 258 root 10u IPv6 20435 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow 02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 90.62 MiB/s 02731.parquet + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 63.46 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 23.02 KiB/s a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.86 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 3.05 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 2.63 KiB/s + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 3.90 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K May 26 08:22 . drwxr-xr-x 1 root root 4.0K May 26 08:22 .. -rw-rw-r-- 1 1000 1000 300 May 26 08:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1.3K May 26 08:22 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K May 26 08:22 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K May 26 08:22 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K May 26 08:22 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4.0K May 26 08:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 08:22 dev -rwxr-xr-x 1 root root 0 May 26 08:22 .dockerenv drwxr-xr-x 1 root root 4.0K May 26 08:22 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Oct 31 2024 mc drwxr-xr-x 2 root root 4.0K Sep 11 2024 media -rwxr-xr-x 1 root root 114M Oct 31 2024 minio drwxr-xr-x 4 root root 4.0K May 26 08:23 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K May 26 08:22 package_folder dr-xr-xr-x 329 root root 0 May 26 08:22 proc -rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4.0K May 26 08:23 root drwxr-xr-x 1 root root 4.0K May 26 08:22 run -rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv -rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 08:22 sys drwxrwxr-x 2 1000 1000 4.0K May 26 08:22 test_output drwxrwxrwt 1 root root 4.0K May 26 08:22 tmp drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 544 clickhouse 322u IPv4 33155 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [26/May/2025:13:23:45 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:45 +0000] "PUT /devstoreaccount1/cont/cbmqsygrfusueuisfthileuryhdvvrff?blockid=sdxgxzzhgwmjkpbgviqnjgkvozgexncmjoybkpdzdtfajuwyagzjpvbfkxcxfkll&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:45 +0000] "PUT /devstoreaccount1/cont/cbmqsygrfusueuisfthileuryhdvvrff?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:45 +0000] "GET /devstoreaccount1/cont/cbmqsygrfusueuisfthileuryhdvvrff HTTP/1.1" 206 4 127.0.0.1 - - [26/May/2025:13:23:45 +0000] "GET /devstoreaccount1/cont/cbmqsygrfusueuisfthileuryhdvvrff HTTP/1.1" 206 2 127.0.0.1 - - [26/May/2025:13:23:45 +0000] "DELETE /devstoreaccount1/cont/cbmqsygrfusueuisfthileuryhdvvrff HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 ++ cat /var/run/clickhouse-server/clickhouse-server.pid + ts '%Y-%m-%d %H:%M:%S' + gdb -batch -command script.gdb -p 734 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 5 ]] + [[ -n 6 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + ts '%Y-%m-%d %H:%M:%S' + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 5 --run-by-hash-total 6 --report-logs-stats + tee -a test_output/test_result.txt 2025-05-26 08:24:37 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-05-26 08:24:37 Connecting to ClickHouse server... OK 2025-05-26 08:24:37 Connected to server 24.3.18.10389.altinitystable @ 7a1b53921dfb37a4fe50af3efd7b3b833d32682a HEAD 2025-05-26 08:24:37 Found 945 parallel tests and 98 sequential tests 2025-05-26 08:24:38 2025-05-26 08:24:38 Running about 118 stateless tests (ForkPoolWorker-9). 2025-05-26 08:24:38 2025-05-26 08:24:38 03204_index_hint_fuzzer: [ OK ] 0.72 sec. 2025-05-26 08:24:38 2025-05-26 08:24:38 Running about 118 stateless tests (ForkPoolWorker-8). 2025-05-26 08:24:38 2025-05-26 08:24:38 03203_system_numbers_limit_and_offset_simple: [ OK ] 1.53 sec. 2025-05-26 08:24:39 2025-05-26 08:24:39 Running about 118 stateless tests (ForkPoolWorker-4). 2025-05-26 08:24:39 2025-05-26 08:24:39 03169_optimize_injective_functions_inside_uniq_crash: [ OK ] 1.61 sec. 2025-05-26 08:24:39 2025-05-26 08:24:39 Running about 118 stateless tests (ForkPoolWorker-2). 2025-05-26 08:24:39 2025-05-26 08:24:39 03290_dictionary_assert_on_function: [ OK ] 1.79 sec. 2025-05-26 08:24:39 2025-05-26 08:24:39 Running about 118 stateless tests (ForkPoolWorker-5). 2025-05-26 08:24:39 2025-05-26 08:24:39 03248_with_fill_string_crash: [ OK ] 1.81 sec. 2025-05-26 08:24:39 2025-05-26 08:24:39 Running about 118 stateless tests (ForkPoolWorker-3). 2025-05-26 08:24:39 2025-05-26 08:24:39 03282_memory_transaction_crash: [ OK ] 1.86 sec. 2025-05-26 08:24:39 03164_create_as_default: [ OK ] 1.25 sec. 2025-05-26 08:24:39 2025-05-26 08:24:39 Running about 118 stateless tests (ForkPoolWorker-7). 2025-05-26 08:24:39 2025-05-26 08:24:39 03254_uniq_exact_two_level_negative_zero: [ OK ] 2.04 sec. 2025-05-26 08:24:40 03151_redundant_distinct_with_window: [ OK ] 1.08 sec. 2025-05-26 08:24:40 03033_analyzer_parametrized_view_alias: [ OK ] 0.87 sec. 2025-05-26 08:24:40 03033_analyzer_merge_engine_filter_push_down: [ OK ] 0.83 sec. 2025-05-26 08:24:40 03071_fix_short_circuit_logic: [ OK ] 1.37 sec. 2025-05-26 08:24:41 03013_addDays_with_timezone: [ OK ] 0.91 sec. 2025-05-26 08:24:41 03021_output_format_tty: [ OK ] 2.15 sec. 2025-05-26 08:24:41 03010_virtual_memory_mappings_asynchronous_metrics: [ OK ] 0.74 sec. 2025-05-26 08:24:43 03009_range_dict_get_or_default: [ OK ] 1.07 sec. 2025-05-26 08:24:44 03010_file_log_large_poll_batch_size: [ OK ] 2.36 sec. 2025-05-26 08:24:44 03014_async_with_dedup_part_log_rmt: [ OK ] 4.37 sec. 2025-05-26 08:24:44 03006_parallel_replicas_cte_explain_syntax_crash: [ OK ] 0.83 sec. 2025-05-26 08:24:45 2025-05-26 08:24:45 Running about 118 stateless tests (ForkPoolWorker-6). 2025-05-26 08:24:45 2025-05-26 08:24:45 03217_json_merge_patch_stack_overflow: [ OK ] 7.60 sec. 2025-05-26 08:24:45 03004_json_named_tuples_inference_ambiguous_paths_as_string: [ OK ] 0.69 sec. 2025-05-26 08:24:45 03030_system_flush_distributed_settings: [ OK ] 5.91 sec. 2025-05-26 08:24:46 03009_consecutive_keys_nullable: [ OK ] 3.06 sec. 2025-05-26 08:24:46 03001_analyzer_nullable_nothing: [ OK ] 0.71 sec. 2025-05-26 08:24:46 03000_virtual_columns_in_prewhere: [ OK ] 0.79 sec. 2025-05-26 08:24:46 03001_consider_lwd_when_merge: [ OK ] 1.28 sec. 2025-05-26 08:24:46 03020_order_by_SimpleAggregateFunction: [ OK ] 6.46 sec. 2025-05-26 08:24:46 02998_ipv6_hashing: [ OK ] 0.73 sec. 2025-05-26 08:24:46 02995_new_settings_history: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 08:24:47 02998_analyzer_prewhere_report: [ OK ] 0.75 sec. 2025-05-26 08:24:47 02996_analyzer_prewhere_projection: [ OK ] 0.79 sec. 2025-05-26 08:24:47 02994_cosineDistanceNullable: [ OK ] 0.72 sec. 2025-05-26 08:24:47 02998_operator_respect_nulls: [ OK ] 1.54 sec. 2025-05-26 08:24:47 02998_attach_partition_not_allowed_if_structure_differs_due_to_materialized_column: [ OK ] 1.67 sec. 2025-05-26 08:24:48 02987_logical_optimizer_pass_lowcardinality: [ OK ] 0.80 sec. 2025-05-26 08:24:48 02990_variant_where_cond: [ OK ] 1.35 sec. 2025-05-26 08:24:50 02985_dialects_with_distributed_tables: [ OK ] 2.76 sec. 2025-05-26 08:24:53 02982_json_columns_with_metadata_http: [ OK ] 5.22 sec. 2025-05-26 08:24:56 02985_parser_check_stack_size: [ OK ] 8.56 sec. 2025-05-26 08:24:58 02968_sumMap_with_nan: [ OK ] 1.50 sec. 2025-05-26 08:24:59 03001_parallel_parsing_deadlock: [ OK ] 14.01 sec. 2025-05-26 08:25:01 02968_mysql_show_warnings: [ OK ] 3.00 sec. 2025-05-26 08:25:03 02965_projection_with_partition_pruning: [ OK ] 2.25 sec. 2025-05-26 08:25:05 02980_s3_plain_DROP_TABLE_MergeTree: [ OK ] 11.52 sec. 2025-05-26 08:25:06 03013_parser_regexp_recompilation: [ OK ] 25.75 sec. 2025-05-26 08:25:06 02952_conjunction_optimization: [ OK ] 1.37 sec. 2025-05-26 08:25:06 02962_analyzer_resolve_group_by_on_shards: [ OK ] 3.22 sec. 2025-05-26 08:25:08 02947_merge_tree_index_table_2: [ OK ] 2.00 sec. 2025-05-26 08:25:09 02946_format_values: [ OK ] 2.27 sec. 2025-05-26 08:25:10 02933_local_system_setting: [ OK ] 2.18 sec. 2025-05-26 08:25:11 02982_aggregation_states_destruction: [ OK ] 23.78 sec. 2025-05-26 08:25:14 02933_paste_join: [ OK ] 4.72 sec. 2025-05-26 08:25:18 02981_nested_bad_types: [ OK ] 27.87 sec. 2025-05-26 08:25:20 02932_set_ttl_where: [ OK ] 8.43 sec. 2025-05-26 08:25:20 02923_explain_expired_context: [ OK ] 1.33 sec. 2025-05-26 08:25:21 02947_merge_tree_index_table_3: [ OK ] 14.21 sec. 2025-05-26 08:25:21 02921_database_filesystem_path_check: [ OK ] 1.02 sec. 2025-05-26 08:25:21 02932_analyzer_rewrite_sum_column_and_constant: [ OK ] 10.39 sec. 2025-05-26 08:25:21 02982_perf_introspection_for_inserts: [ OK ] 32.85 sec. 2025-05-26 08:25:22 02919_alter_temporary_table_with_nondefault_engine: [ OK ] 0.99 sec. 2025-05-26 08:25:22 02916_glogal_in_cancel: [ OK ] 1.26 sec. 2025-05-26 08:25:22 02931_client_fuzzy_search_crash: [ OK ] 8.60 sec. 2025-05-26 08:25:23 02916_date_text_parsing: [ OK ] 1.85 sec. 2025-05-26 08:25:23 02910_rocksdb_optimize: [ OK ] 0.85 sec. 2025-05-26 08:25:25 02920_capnp_protobuf_auto_schema_nested: [ OK ] 4.07 sec. 2025-05-26 08:25:25 02909_settings_in_json_schema_cache: [ OK ] 1.95 sec. 2025-05-26 08:25:27 02905_show_setting_query: [ OK ] 1.56 sec. 2025-05-26 08:25:27 02907_system_backups_profile_events: [ OK ] 3.64 sec. 2025-05-26 08:25:28 02916_dictionary_access: [ OK ] 5.93 sec. 2025-05-26 08:25:28 02903_parameterized_view_explain_ast: [ OK ] 0.83 sec. 2025-05-26 08:25:29 02902_diable_apply_deleted_mask: [ OK ] 1.25 sec. 2025-05-26 08:25:30 02902_show_databases_limit: [ OK ] 0.73 sec. 2025-05-26 08:25:31 02903_empty_order_by_throws_error: [ OK ] 3.09 sec. 2025-05-26 08:25:31 02900_union_schema_inference_mode: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 08:25:35 02907_backup_mv_with_no_source_table: [ OK ] 9.99 sec. 2025-05-26 08:25:35 02900_add_subtract_interval_with_string_date: [ OK ] 4.91 sec. 2025-05-26 08:25:35 02898_input_format_values_allow_data_after_semicolon: [ OK ] 4.15 sec. 2025-05-26 08:25:36 02895_cast_operator_bug: [ OK ] 0.88 sec. 2025-05-26 08:25:37 02896_multiple_OR: [ OK ] 1.46 sec. 2025-05-26 08:25:37 02896_union_distinct_http_format: [ OK ] 2.11 sec. 2025-05-26 08:25:38 02893_vertical_final_array_join: [ OK ] 1.35 sec. 2025-05-26 08:25:42 02891_array_shingles: [ OK ] 4.97 sec. 2025-05-26 08:25:44 02891_input_csv_cr_end_of_line: [ OK ] 6.65 sec. 2025-05-26 08:25:44 02888_attach_partition_from_different_tables: [ OK ] 3.59 sec. 2025-05-26 08:25:46 02884_virtual_column_order_by: [ OK ] 2.04 sec. 2025-05-26 08:25:46 02888_system_tables_with_inaccessible_table_function: [ OK ] 3.83 sec. 2025-05-26 08:25:46 02884_parallel_window_functions: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 08:25:48 02884_interval_operator_support_plural_literal: [ OK ] 1.45 sec. 2025-05-26 08:25:49 02903_rmt_retriable_merge_exception: [ OK ] 21.53 sec. 2025-05-26 08:25:49 02887_mutations_subcolumns: [ OK ] 5.44 sec. 2025-05-26 08:25:51 02876_sort_union_of_sorted: [ OK ] 1.49 sec. 2025-05-26 08:25:52 02878_use_structure_from_insertion_table_with_explicit_insert_columns: [ OK ] 2.69 sec. 2025-05-26 08:25:54 02874_infer_objects_as_named_tuples: [ OK ] 2.62 sec. 2025-05-26 08:25:55 02875_clickhouse_local_multiquery: [ OK ] 3.84 sec. 2025-05-26 08:25:58 02869_insert_filenames_collisions: [ OK ] 3.77 sec. 2025-05-26 08:25:59 02869_parallel_replicas_read_from_several: [ OK ] 4.16 sec. 2025-05-26 08:26:00 02882_replicated_fetch_checksums_doesnt_match: [ OK ] 12.31 sec. 2025-05-26 08:26:01 02864_test_ipv4_type_mismatch: [ OK ] 1.40 sec. 2025-05-26 08:26:01 02867_nullable_primary_key_final: [ OK ] 3.24 sec. 2025-05-26 08:26:02 02862_uuid_reinterpret_as_numeric: [ OK ] 1.08 sec. 2025-05-26 08:26:08 02911_backup_restore_keeper_map: [ OK ] 45.79 sec. 2025-05-26 08:26:08 02861_index_set_incorrect_args: [ OK ] 6.86 sec. 2025-05-26 08:26:08 02861_replacing_merge_tree_with_cleanup: [ OK ] 6.53 sec. 2025-05-26 08:26:09 02922_deduplication_with_zero_copy: [ OK ] 48.89 sec. 2025-05-26 08:26:09 02845_prewhere_preserve_column: [ OK ] 1.22 sec. 2025-05-26 08:26:10 02834_nulls_first_sort: [ OK ] 0.92 sec. 2025-05-26 08:26:11 02835_nested_array_lowcardinality: [ OK ] 2.45 sec. 2025-05-26 08:26:11 02842_move_pk_to_end_of_prewhere: [ OK ] 3.06 sec. 2025-05-26 08:26:11 02834_client_yaml_configs: [ OK ] 2.72 sec. 2025-05-26 08:26:12 02834_alter_exception: [ OK ] 2.00 sec. 2025-05-26 08:26:13 02830_insert_values_time_interval: [ OK ] 1.46 sec. 2025-05-26 08:26:13 02833_array_join_columns: [ OK ] 1.74 sec. 2025-05-26 08:26:13 02864_replace_partition_with_duplicated_parts_zookeeper: [ OK ] 13.04 sec. 2025-05-26 08:26:13 02828_create_as_table_function_rename: [ OK ] 1.62 sec. 2025-05-26 08:26:15 02813_system_licenses_base: [ OK ] 1.23 sec. 2025-05-26 08:26:15 02818_parameterized_view_with_cte_multiple_usage: [ OK ] 1.93 sec. 2025-05-26 08:26:16 02816_has_token_empty: [ OK ] 2.49 sec. 2025-05-26 08:26:16 02811_read_in_order_and_array_join_bug: [ OK ] 1.33 sec. 2025-05-26 08:26:17 02815_empty_subquery_nullable_bug: [ OK ] 3.26 sec. 2025-05-26 08:26:17 02810_initcap: [ OK ] 1.16 sec. 2025-05-26 08:26:17 02812_bug_with_unused_join_columns: [ OK ] 2.57 sec. 2025-05-26 08:26:17 02810_system_jemalloc_bins: [ OK ] 1.07 sec. 2025-05-26 08:26:17 02808_aliases_inside_case: [ OK ] 0.84 sec. 2025-05-26 08:26:18 02807_default_date_time_nullable: [ OK ] 1.05 sec. 2025-05-26 08:26:18 02804_clusterAllReplicas_insert: [ OK ] 1.17 sec. 2025-05-26 08:26:19 02802_with_cube_with_totals: [ OK ] 1.24 sec. 2025-05-26 08:26:19 02795_full_join_assert_cast: [ OK ] 0.81 sec. 2025-05-26 08:26:19 02789_describe_table_settings: [ OK ] 0.80 sec. 2025-05-26 08:26:20 02812_from_to_utc_timestamp: [ OK ] 6.80 sec. 2025-05-26 08:26:21 02789_object_type_invalid_num_of_rows: [ OK ] 2.50 sec. 2025-05-26 08:26:24 02785_date_predicate_optimizations_ast_query_tree_rewrite: [ OK ] 4.48 sec. 2025-05-26 08:26:25 02788_fix_logical_error_in_sorting: [ OK ] 5.90 sec. 2025-05-26 08:26:26 02780_final_streams_data_skipping_index: [ OK ] 4.00 sec. 2025-05-26 08:26:26 02806_system_parts_columns_modification_time: [ OK ] 8.51 sec. 2025-05-26 08:26:26 02781_data_skipping_index_merge_tree_min_for_seek: [ OK ] 5.54 sec. 2025-05-26 08:26:27 02767_into_outfile_extensions_msan: [ OK ] 2.27 sec. 2025-05-26 08:26:28 02750_settings_alias_tcp_protocol: [ OK ] 1.60 sec. 2025-05-26 08:26:29 02733_distinct: [ OK ] 1.01 sec. 2025-05-26 08:26:31 02731_in_operator_with_one_size_tuple: [ OK ] 1.89 sec. 2025-05-26 08:26:32 02771_multiple_query_arguments: [ OK ] 7.99 sec. 2025-05-26 08:26:33 02725_alias_with_restricted_keywords: [ OK ] 0.70 sec. 2025-05-26 08:26:34 02740_hashed_dictionary_load_factor_smoke: [ OK ] 6.46 sec. 2025-05-26 08:26:36 02730_dictionary_hashed_load_factor_element_count: [ OK ] 5.07 sec. 2025-05-26 08:26:38 02724_jit_logical_functions: [ OK ] 2.06 sec. 2025-05-26 08:26:40 02763_row_policy_storage_merge: [ OK ] 14.03 sec. 2025-05-26 08:26:40 02723_zookeeper_name: [ OK ] 1.54 sec. 2025-05-26 08:26:40 02752_forbidden_headers: [ OK ] 13.81 sec. 2025-05-26 08:26:41 02719_aggregate_with_empty_string_key: [ OK ] 0.88 sec. 2025-05-26 08:26:42 02725_async_insert_table_setting: [ OK ] 8.92 sec. 2025-05-26 08:26:44 02724_limit_num_mutations: [ OK ] 10.42 sec. 2025-05-26 08:26:45 02884_create_view_with_sql_security_option: [ OK ] 57.89 sec. 2025-05-26 08:26:46 02715_bit_operations_float: [ OK ] 5.86 sec. 2025-05-26 08:26:46 02714_read_bytes_aggregateFunction: [ OK ] 5.20 sec. 2025-05-26 08:26:47 02707_protobuf_unnamed_tuple_as_nested_message: [ OK ] 2.17 sec. 2025-05-26 08:26:47 02704_storage_merge_explain_graph_crash: [ OK ] 1.21 sec. 2025-05-26 08:26:47 02707_keeper_map_delete_update_strict: [ OK ] 2.44 sec. 2025-05-26 08:26:48 02707_clickhouse_local_implicit_file_table_function: [ OK ] 6.13 sec. 2025-05-26 08:26:48 02718_array_fold: [ OK ] 8.34 sec. 2025-05-26 08:26:48 02701_non_parametric_function: [ OK ] 1.09 sec. 2025-05-26 08:26:49 02691_drop_column_with_projections_replicated: [ OK ] 1.28 sec. 2025-05-26 08:26:51 02680_lc_null_as_default: [ OK ] 1.40 sec. 2025-05-26 08:26:53 02697_alter_dependencies: [ OK ] 4.96 sec. 2025-05-26 08:26:53 02703_storage_s3_race: [ OK ] 6.83 sec. 2025-05-26 08:26:54 02680_mysql_ast_logical_err: [ OK ] 2.90 sec. 2025-05-26 08:26:55 02677_decode_url_component: [ OK ] 1.93 sec. 2025-05-26 08:26:55 02681_undrop_query: [ OK ] 7.06 sec. 2025-05-26 08:26:56 02677_analyzer_bitmap_has_any: [ OK ] 2.45 sec. 2025-05-26 08:26:57 02662_first_last_value: [ OK ] 1.93 sec. 2025-05-26 08:26:58 02668_column_block_number: [ OK ] 3.44 sec. 2025-05-26 08:26:59 02662_sparse_columns_mutations_2: [ OK ] 3.47 sec. 2025-05-26 08:27:00 02591_protobuf_nested_arrays: [ OK ] 2.17 sec. 2025-05-26 08:27:01 02589_bson_invalid_document_size: [ OK ] 1.49 sec. 2025-05-26 08:27:02 02967_parallel_replicas_join_algo_and_analyzer: [ OK ] 122.73 sec. 2025-05-26 08:27:02 02584_range_ipv4: [ OK ] 1.04 sec. 2025-05-26 08:27:03 02703_max_local_write_bandwidth: [ OK ] 15.89 sec. 2025-05-26 08:27:03 02576_rewrite_array_exists_to_has: [ OK ] 0.99 sec. 2025-05-26 08:27:03 02583_map_literal_cast: [ OK ] 1.53 sec. 2025-05-26 08:27:05 02569_order_by_aggregation_result: [ OK ] 1.28 sec. 2025-05-26 08:27:05 02681_final_excessive_reading_bug: [ OK ] 16.48 sec. 2025-05-26 08:27:05 02568_array_map_const_low_cardinality: [ OK ] 0.68 sec. 2025-05-26 08:27:06 02573_insert_null_as_default_null_as_empty_nested: [ OK ] 2.98 sec. 2025-05-26 08:27:06 02560_agg_state_deserialization_hash_table_crash: [ OK ] 0.81 sec. 2025-05-26 08:27:07 02572_materialized_views_ignore_errors: [ OK ] 3.63 sec. 2025-05-26 08:27:07 02559_nested_multiple_levels_default: [ OK ] 1.10 sec. 2025-05-26 08:27:07 02559_multiple_read_steps_in_prewhere_reuse_computation: [ OK ] 1.07 sec. 2025-05-26 08:27:08 02559_ip_types_bloom: [ OK ] 0.92 sec. 2025-05-26 08:27:09 02675_profile_events_from_query_log_and_client: [ OK ] 14.64 sec. 2025-05-26 08:27:09 02552_sparse_columns_intersect: [ OK ] 1.17 sec. 2025-05-26 08:27:09 02562_regexp_extract: [ OK ] 4.38 sec. 2025-05-26 08:27:09 02553_type_json_attach_partition: [ OK ] 2.01 sec. 2025-05-26 08:27:10 02541_multiple_ignore_with_nested_select: [ OK ] 0.76 sec. 2025-05-26 08:27:10 02541_analyzer_grouping_sets_crash_fix: [ OK ] 0.81 sec. 2025-05-26 08:27:10 02538_nullable_array_tuple_timeseries: [ OK ] 0.82 sec. 2025-05-26 08:27:10 02537_system_formats: [ OK ] 0.75 sec. 2025-05-26 08:27:10 02536_system_sync_file_cache: [ OK ] 0.65 sec. 2025-05-26 08:27:11 03094_grouparraysorted_memory: [ OK ] 152.32 sec. 2025-05-26 08:27:11 02534_s3_heap_use_after_free: [ OK ] 0.90 sec. 2025-05-26 08:27:12 02558_system_processes_elapsed: [ OK ] 4.76 sec. 2025-05-26 08:27:12 02534_analyzer_grouping_function: [ OK ] 1.70 sec. 2025-05-26 08:27:12 02534_default_granularity: [ OK ] 1.32 sec. 2025-05-26 08:27:13 02532_analyzer_aggregation_with_rollup: [ OK ] 1.47 sec. 2025-05-26 08:27:13 02531_semi_join_null_const_bug: [ OK ] 0.98 sec. 2025-05-26 08:27:14 02531_storage_join_null_44940: [ OK ] 1.02 sec. 2025-05-26 08:27:14 02536_delta_gorilla_corruption: [ OK ] 3.93 sec. 2025-05-26 08:27:14 02521_analyzer_aggregation_without_column: [ OK ] 0.83 sec. 2025-05-26 08:27:15 02519_monotonicity_fuzz: [ OK ] 1.14 sec. 2025-05-26 08:27:15 02518_rewrite_aggregate_function_with_if: [ OK ] 1.23 sec. 2025-05-26 08:27:15 02518_merge_engine_nullable_43324: [ OK ] 1.29 sec. 2025-05-26 08:27:17 02515_fix_any_parsing: [ OK ] 1.52 sec. 2025-05-26 08:27:17 02517_executable_pool_bad_input_query: [ OK ] 1.91 sec. 2025-05-26 08:27:18 02513_analyzer_duplicate_alias_crash_fix: [ OK ] 0.87 sec. 2025-05-26 08:27:19 02506_date_time64_floating_point_negative_value: [ OK ] 0.99 sec. 2025-05-26 08:27:19 02536_replace_with_nonconst_needle_and_replacement: [ OK ] 8.93 sec. 2025-05-26 08:27:20 02504_explain_ast_insert: [ OK ] 0.75 sec. 2025-05-26 08:27:20 02503_mysql_compat_utc_timestamp: [ OK ] 0.79 sec. 2025-05-26 08:27:21 02513_parquet_orc_arrow_nullable_schema_inference: [ OK ] 5.58 sec. 2025-05-26 08:27:21 02532_json_missing_named_tuple_elements: [ OK ] 9.46 sec. 2025-05-26 08:27:22 02502_fuzz_bad_cast_to_ast_literal: [ OK ] 1.77 sec. 2025-05-26 08:27:24 02502_bad_values_schema_inference: [ OK ] 2.96 sec. 2025-05-26 08:27:25 02499_analyzer_aggregate_function_lambda_crash_fix: [ OK ] 2.55 sec. 2025-05-26 08:27:26 02500_prevent_drop_nested_if_empty_part: [ OK ] 4.25 sec. 2025-05-26 08:27:26 02499_quantile_nan_ubsan_msan: [ OK ] 1.83 sec. 2025-05-26 08:27:26 02513_date_string_comparison: [ OK ] 9.51 sec. 2025-05-26 08:27:27 02504_regexp_dictionary_table_source: [ OK ] 8.15 sec. 2025-05-26 08:27:27 02495_sum_if_to_count_if_bug: [ OK ] 1.33 sec. 2025-05-26 08:27:28 02496_from_unixtime_in_joda_syntax: [ OK ] 2.92 sec. 2025-05-26 08:27:29 02494_combinators_with_null_argument: [ OK ] 1.36 sec. 2025-05-26 08:27:30 02661_read_from_archive_tarbzip2: [ OK ] 32.14 sec. 2025-05-26 08:27:30 02482_if_with_nothing_argument: [ OK ] 0.82 sec. 2025-05-26 08:27:31 02495_parser_string_binary_literal: [ OK ] 4.55 sec. 2025-05-26 08:27:52 02585_query_status_deadlock: [ OK ] 44.18 sec. 2025-05-26 08:27:52 02483_password_reset: [ OK ] 16.45 sec. 2025-05-26 08:28:00 02481_low_cardinality_with_short_circuit_functins_mutations: [ OK ] 5.66 sec. 2025-05-26 08:28:00 02480_interval_casting_and_subquery: [ OK ] 6.13 sec. 2025-05-26 08:28:01 02481_parquet_int_list_multiple_chunks: [ OK ] 30.82 sec. 2025-05-26 08:28:01 02482_load_parts_refcounts: [ OK ] 31.48 sec. 2025-05-26 08:28:02 02477_analyzer_ast_key_condition_crash: [ OK ] 0.89 sec. 2025-05-26 08:28:02 02476_query_parameters_insert: [ OK ] 0.95 sec. 2025-05-26 08:28:03 02479_analyzer_join_with_constants: [ OK ] 2.73 sec. 2025-05-26 08:28:03 02475_analyzer_subquery_compound_expression: [ OK ] 0.84 sec. 2025-05-26 08:28:04 02474_unhex_in_fix_string: [ OK ] 1.09 sec. 2025-05-26 08:28:05 02496_format_datetime_in_joda_syntax: [ OK ] 38.86 sec. 2025-05-26 08:28:07 02478_factorial: [ OK ] 6.45 sec. 2025-05-26 08:28:09 02473_map_element_nullable: [ OK ] 5.69 sec. 2025-05-26 08:28:10 02463_julian_day_ubsan: [ OK ] 5.34 sec. 2025-05-26 08:28:16 02457_key_condition_with_types_that_cannot_be_nullable: [ OK ] 4.68 sec. 2025-05-26 08:28:16 02467_set_with_lowcardinality_type: [ OK ] 13.39 sec. 2025-05-26 08:28:16 02462_match_regexp_pk: [ OK ] 9.86 sec. 2025-05-26 08:28:17 02481_async_insert_race_long: [ OK ] 15.64 sec. 2025-05-26 08:28:17 02456_summing_mt_lc: [ OK ] 2.56 sec. 2025-05-26 08:28:17 02456_datetime_schema_inference: [ OK ] 1.25 sec. 2025-05-26 08:28:17 02462_distributions: [ OK ] 9.23 sec. 2025-05-26 08:28:18 02452_check_low_cardinality: [ OK ] 1.87 sec. 2025-05-26 08:28:19 02449_check_dependencies_and_table_shutdown: [ OK ] 2.43 sec. 2025-05-26 08:28:21 02438_sync_replica_lightweight: [ OK ] 3.97 sec. 2025-05-26 08:28:21 02434_cancel_insert_when_client_dies: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 08:28:23 02441_alter_delete_and_drop_column: [ OK ] 5.03 sec. 2025-05-26 08:28:24 02426_low_cardinality_fixed_string_insert_field: [ OK ] 2.51 sec. 2025-05-26 08:28:26 02425_categorical_information_value_properties: [ OK ] 2.45 sec. 2025-05-26 08:28:26 02423_json_quote_float64: [ OK ] 0.80 sec. 2025-05-26 08:28:31 02446_parent_zero_copy_locks: [ OK ] 14.39 sec. 2025-05-26 08:28:36 02423_insert_summary_behaviour: [ OK ] 11.33 sec. 2025-05-26 08:28:39 02437_drop_mv_restart_replicas: [ OK ] 20.24 sec. 2025-05-26 08:28:39 02421_explain_subquery: [ OK ] 12.42 sec. 2025-05-26 08:28:40 02421_formats_with_totals_and_extremes: [ OK ] 3.70 sec. 2025-05-26 08:28:43 02417_repeat_input_commands: [ OK ] 2.79 sec. 2025-05-26 08:28:44 02406_try_read_datetime64_bug: [ OK ] 1.04 sec. 2025-05-26 08:28:46 02419_keeper_map_primary_key: [ OK ] 6.23 sec. 2025-05-26 08:28:46 02405_pmj_issue_40335: [ OK ] 2.17 sec. 2025-05-26 08:28:48 02403_big_http_chunk_size: [ OK ] 2.27 sec. 2025-05-26 08:28:51 02494_zero_copy_projection_cancel_fetch: [ OK ] 32.82 sec. 2025-05-26 08:28:51 02399_merge_tree_mutate_in_partition: [ OK ] 3.03 sec. 2025-05-26 08:28:52 02395_every_merge_tree_setting_must_have_documentation: [ OK ] 1.07 sec. 2025-05-26 08:28:52 02403_enable_extended_results_for_datetime_functions: [ OK ] 5.86 sec. 2025-05-26 08:28:53 02389_dashboard: [ OK ] 1.60 sec. 2025-05-26 08:28:54 02384_decrypt_bad_arguments: [ OK ] 1.47 sec. 2025-05-26 08:28:54 02387_analyzer_cte: [ OK ] 1.79 sec. 2025-05-26 08:28:54 02384_nullable_low_cardinality_as_dict_in_arrow: [ OK ] 1.31 sec. 2025-05-26 08:28:55 02420_final_setting: [ OK ] 15.41 sec. 2025-05-26 08:28:55 02381_setting_value_auto: [ OK ] 1.02 sec. 2025-05-26 08:28:56 02377_fix_file_virtual_column: [ OK ] 1.02 sec. 2025-05-26 08:28:56 02383_analyzer_merge_tree_self_join: [ OK ] 1.76 sec. 2025-05-26 08:28:57 02375_double_escaping_json: [ OK ] 0.73 sec. 2025-05-26 08:28:58 02435_rollback_cancelled_queries: [ OK ] 39.21 sec. 2025-05-26 08:28:59 02374_regexp_replace: [ OK ] 0.70 sec. 2025-05-26 08:29:01 02373_progress_contain_result: [ OK ] 1.57 sec. 2025-05-26 08:29:01 02370_extractAll_regress: [ OK ] 0.67 sec. 2025-05-26 08:29:03 02366_kql_extend: [ OK ] 1.98 sec. 2025-05-26 08:29:05 02366_with_fill_date: [ OK ] 1.03 sec. 2025-05-26 08:29:05 02378_analyzer_projection_names: [ OK ] 10.84 sec. 2025-05-26 08:29:06 02377_extend_protocol_with_query_parameters: [ OK ] 10.33 sec. 2025-05-26 08:29:06 02375_rocksdb_with_filters: [ OK ] 9.81 sec. 2025-05-26 08:29:08 02357_file_default_value: [ OK ] 1.25 sec. 2025-05-26 08:29:08 02366_kql_func_datetime: [ OK ] 3.70 sec. 2025-05-26 08:29:09 02354_array_lowcardinality: [ OK ] 1.07 sec. 2025-05-26 08:29:10 02445_replicated_db_alter_partition: [ OK ] 53.60 sec. 2025-05-26 08:29:11 02360_rename_table_along_with_log_name: [ OK ] 4.95 sec. 2025-05-26 08:29:12 02346_inverted_index_experimental_flag: [ OK ] 1.03 sec. 2025-05-26 08:29:12 02353_order_by_tuple: [ OK ] 2.81 sec. 2025-05-26 08:29:13 02346_inverted_index_bug59039: [ OK ] 0.83 sec. 2025-05-26 08:29:13 02346_inverted_index_detach_attach: [ OK ] 0.90 sec. 2025-05-26 08:29:14 02345_partial_sort_transform_optimization: [ OK ] 1.03 sec. 2025-05-26 08:29:15 02346_additional_filters: [ OK ] 4.83 sec. 2025-05-26 08:29:16 02421_exponential_join_rewrite_21557: [ OK ] 44.27 sec. 2025-05-26 08:29:20 02337_base58: [ OK ] 3.65 sec. 2025-05-26 08:29:21 02326_settings_changes_system_table: [ OK ] 0.87 sec. 2025-05-26 08:29:21 02343_analyzer_lambdas: [ OK ] 6.64 sec. 2025-05-26 08:29:22 02321_nested_short_circuit_functions: [ OK ] 0.88 sec. 2025-05-26 08:29:22 02316_literal_no_octal: [ OK ] 0.71 sec. 2025-05-26 08:29:23 02320_alter_columns_with_dots: [ OK ] 1.24 sec. 2025-05-26 08:29:23 02354_vector_search_index_creation_negative: [ OK ] 14.77 sec. 2025-05-26 08:29:24 02521_aggregation_by_partitions: [ OK ] 82.52 sec. 2025-05-26 08:29:24 02313_multiple_limits: [ OK ] 1.20 sec. 2025-05-26 08:29:24 02313_group_by_modifiers_with_non_default_types: [ OK ] 1.30 sec. 2025-05-26 08:29:24 02316_expressions_with_window_functions: [ OK ] 1.68 sec. 2025-05-26 08:29:24 02313_displayname: [ OK ] 0.71 sec. 2025-05-26 08:29:25 02307_join_get_array_null: [ OK ] 0.93 sec. 2025-05-26 08:29:25 02377_optimize_sorting_by_input_stream_properties_explain: [ OK ] 30.03 sec. 2025-05-26 08:29:25 02302_lc_nullable_string_insert_as_number: [ OK ] 0.94 sec. 2025-05-26 08:29:27 02293_ilike_on_fixed_strings: [ OK ] 1.05 sec. 2025-05-26 08:29:28 02306_part_types_profile_events: [ OK ] 3.75 sec. 2025-05-26 08:29:28 02293_h3_distance: [ OK ] 1.76 sec. 2025-05-26 08:29:30 02294_stringsearch_with_nonconst_needle: [ OK ] 4.85 sec. 2025-05-26 08:29:33 02294_nothing_arguments_in_functions_errors: [ OK ] 7.72 sec. 2025-05-26 08:29:33 02291_join_const_literal_36279: [ OK ] 2.40 sec. 2025-05-26 08:29:33 02305_schema_inference_with_globs: [ OK ] 8.59 sec. 2025-05-26 08:29:34 02286_function_wyhash: [ OK ] 0.92 sec. 2025-05-26 08:29:35 02271_int_sql_compatibility: [ OK ] 0.97 sec. 2025-05-26 08:29:35 02340_parts_refcnt_mergetree: [ OK ] 19.27 sec. 2025-05-26 08:29:36 02269_create_table_with_collation: [ OK ] 1.54 sec. 2025-05-26 08:29:37 02264_format_insert_infile: [ OK ] 0.81 sec. 2025-05-26 08:29:38 02365_multisearch_random_tests: [ OK ] 32.14 sec. 2025-05-26 08:29:38 02293_part_log_has_merge_reason: [ OK ] 9.55 sec. 2025-05-26 08:29:38 02283_array_norm: [ OK ] 5.31 sec. 2025-05-26 08:29:39 02252_reset_non_existing_setting: [ OK ] 1.45 sec. 2025-05-26 08:29:39 02250_insert_select_from_file_schema_inference: [ OK ] 0.97 sec. 2025-05-26 08:29:40 02270_errors_in_files_s3: [ OK ] 4.79 sec. 2025-05-26 08:29:40 02245_join_with_nullable_lowcardinality_crash: [ OK ] 1.05 sec. 2025-05-26 08:29:40 02293_selected_rows_and_merges: [ OK ] 12.20 sec. 2025-05-26 08:29:41 02252_executable_user_defined_function_short_circuit: [ OK ] 2.71 sec. 2025-05-26 08:29:41 02242_negative_datetime64: [ OK ] 0.92 sec. 2025-05-26 08:29:42 02346_inverted_index_search: [ OK ] 29.03 sec. 2025-05-26 08:29:43 02250_hints_for_projections: [ OK ] 4.77 sec. 2025-05-26 08:29:43 02282_array_distance: [ OK ] 10.11 sec. 2025-05-26 08:29:43 02236_explain_pipeline_join: [ OK ] 0.81 sec. 2025-05-26 08:29:44 02243_arrow_read_null_type_to_nullable_column: [ OK ] 4.69 sec. 2025-05-26 08:29:44 02244_url_engine_headers_test: [ OK ] 5.30 sec. 2025-05-26 08:29:45 02242_join_rocksdb: [ OK ] 4.41 sec. 2025-05-26 08:29:45 02233_optimize_aggregation_in_order_prefix_with_merge: [ OK ] 1.09 sec. 2025-05-26 08:29:45 02232_functions_to_subcolumns_alias: [ OK ] 0.97 sec. 2025-05-26 08:29:46 02232_partition_pruner_single_point: [ OK ] 0.95 sec. 2025-05-26 08:29:46 02242_make_date: [ OK ] 4.94 sec. 2025-05-26 08:29:48 02212_h3_get_res0_indexes: [ OK ] 1.71 sec. 2025-05-26 08:29:49 02234_clickhouse_local_test_mode: [ OK ] 6.28 sec. 2025-05-26 08:29:51 02206_information_schema_show_database: [ OK ] 2.79 sec. 2025-05-26 08:29:51 02242_case_insensitive_nested: [ OK ] 10.23 sec. 2025-05-26 08:29:51 02226_in_untuple_issue_34810: [ OK ] 5.50 sec. 2025-05-26 08:29:52 02185_split_by_char: [ OK ] 0.88 sec. 2025-05-26 08:29:52 02205_HTTP_user_agent: [ OK ] 2.63 sec. 2025-05-26 08:29:53 02184_hash_functions_and_ip_types: [ OK ] 1.97 sec. 2025-05-26 08:29:54 02180_insert_into_values_settings: [ OK ] 1.10 sec. 2025-05-26 08:29:57 02179_map_cast_to_array: [ OK ] 3.07 sec. 2025-05-26 08:29:57 02200_use_skip_indexes: [ OK ] 5.82 sec. 2025-05-26 08:29:59 02235_brotli_bug: [ OK ] 15.50 sec. 2025-05-26 08:29:59 02165_h3_exact_edge_length_m: [ OK ] 1.84 sec. 2025-05-26 08:29:59 02232_allow_only_replicated_engine: [ OK ] 13.23 sec. 2025-05-26 08:29:59 02165_h3_exact_edge_length_rads: [ OK ] 2.25 sec. 2025-05-26 08:30:00 02165_insert_from_infile: [ OK ] 1.17 sec. 2025-05-26 08:30:01 02164_materialized_view_support_virtual_column: [ OK ] 2.12 sec. 2025-05-26 08:30:02 02158_interval_length_sum: [ OK ] 1.25 sec. 2025-05-26 08:30:02 02179_sparse_columns_detach: [ OK ] 8.36 sec. 2025-05-26 08:30:03 02183_array_tuple_literals_remote: [ OK ] 10.33 sec. 2025-05-26 08:30:04 02154_default_keyword_insert: [ OK ] 1.23 sec. 2025-05-26 08:30:05 02163_shard_num: [ OK ] 6.48 sec. 2025-05-26 08:30:06 02158_explain_ast_alter_commands: [ OK ] 3.80 sec. 2025-05-26 08:30:06 02152_csv_tuple: [ OK ] 2.72 sec. 2025-05-26 08:30:06 02151_clickhouse_client_hints: [ OK ] 1.85 sec. 2025-05-26 08:30:06 02160_untuple_exponential_growth: [ OK ] 6.75 sec. 2025-05-26 08:30:08 02140_clickhouse_local_queries_file_table: [ OK ] 2.20 sec. 2025-05-26 08:30:10 02147_arrow_duplicate_columns: [ OK ] 4.32 sec. 2025-05-26 08:30:11 02137_mv_into_join: [ OK ] 4.69 sec. 2025-05-26 08:30:12 02210_processors_profile_log_2: [ OK ] 25.67 sec. 2025-05-26 08:30:13 02128_wait_end_of_query_fix: [ OK ] 2.11 sec. 2025-05-26 08:30:13 02128_hex_bin_on_uuid: [ OK ] 1.72 sec. 2025-05-26 08:30:15 02139_MV_with_scalar_subquery: [ OK ] 8.79 sec. 2025-05-26 08:30:16 02124_uncompressed_cache: [ OK ] 2.19 sec. 2025-05-26 08:30:17 02124_empty_uuid: [ OK ] 1.46 sec. 2025-05-26 08:30:18 02156_storage_merge_prewhere_not_ready_set_bug: [ OK ] 16.49 sec. 2025-05-26 08:30:19 02123_MySQLWire_regression: [ OK ] 1.57 sec. 2025-05-26 08:30:31 02136_scalar_subquery_metrics: [ OK ] 22.57 sec. 2025-05-26 08:30:37 02124_insert_deduplication_token_multiple_blocks_replica: [ OK ] 20.82 sec. 2025-05-26 08:30:41 02122_parallel_formatting_CSVWithNames: [ OK ] 22.56 sec. 2025-05-26 08:30:41 02235_remote_fs_cache_stress: [ OK ] 58.23 sec. 2025-05-26 08:30:42 02118_show_create_table_rocksdb: [ OK ] 0.66 sec. 2025-05-26 08:30:43 02122_parallel_formatting_XML: [ OK ] 11.72 sec. 2025-05-26 08:30:43 02111_json_column_name_encoding: [ OK ] 0.81 sec. 2025-05-26 08:30:44 02100_limit_push_down_bug: [ OK ] 1.03 sec. 2025-05-26 08:30:44 02122_parallel_formatting_CSV: [ OK ] 7.47 sec. 2025-05-26 08:30:45 02113_hdfs_assert: [ OK ] 3.51 sec. 2025-05-26 08:30:45 02100_replaceRegexpAll_bug: [ OK ] 1.14 sec. 2025-05-26 08:30:46 02125_lz4_compression_bug_JSONEachRow: [ OK ] 32.87 sec. 2025-05-26 08:30:48 02125_lz4_compression_bug_JSONStringsEachRow: [ OK ] 36.16 sec. 2025-05-26 08:30:49 02122_parallel_formatting_PrettySpace: [ OK ] 29.90 sec. 2025-05-26 08:30:50 02048_alter_command_format: [ OK ] 1.48 sec. 2025-05-26 08:30:51 02047_alias_for_table_and_database_name: [ OK ] 0.79 sec. 2025-05-26 08:30:52 02047_client_exception: [ OK ] 2.94 sec. 2025-05-26 08:30:53 02035_isNull_isNotNull_format: [ OK ] 1.04 sec. 2025-05-26 08:30:55 02044_url_glob_parallel: [ OK ] 4.43 sec. 2025-05-26 08:30:58 02030_tuple_filter: [ OK ] 4.12 sec. 2025-05-26 08:30:58 02050_client_profile_events: [ OK ] 11.80 sec. 2025-05-26 08:30:59 02027_arrayCumSumNonNegative_const: [ OK ] 0.72 sec. 2025-05-26 08:30:59 02025_dictionary_array_nested_map: [ OK ] 1.03 sec. 2025-05-26 08:30:59 02101_empty_as_default_and_omitted_fields: [ OK ] 16.16 sec. 2025-05-26 08:31:00 02029_orc_low_cardinality: [ OK ] 4.30 sec. 2025-05-26 08:31:00 02023_nullable_int_uint_where: [ OK ] 1.02 sec. 2025-05-26 08:31:00 02021_h3_is_pentagon: [ OK ] 0.95 sec. 2025-05-26 08:31:00 02017_order_by_with_fill_redundant_functions: [ OK ] 0.79 sec. 2025-05-26 08:31:00 02067_lost_part_s3: [ OK ] 14.81 sec. 2025-05-26 08:31:01 02017_create_distributed_table_coredump: [ OK ] 1.31 sec. 2025-05-26 08:31:01 02012_low_cardinality_uuid_with_extremes: [ OK ] 1.01 sec. 2025-05-26 08:31:03 02012_get_server_port: [ OK ] 1.41 sec. 2025-05-26 08:31:04 02149_schema_inference_formats_with_schema_1: [ OK ] 57.97 sec. 2025-05-26 08:31:04 02012_zookeeper_changed_enum_type_incompatible: [ OK ] 2.99 sec. 2025-05-26 08:31:05 02015_async_inserts_3: [ OK ] 4.68 sec. 2025-05-26 08:31:06 02011_http_parsing: [ OK ] 2.44 sec. 2025-05-26 08:31:11 02007_test_any_all_operators: [ OK ] 5.75 sec. 2025-05-26 08:31:11 02009_mysql_client_empty_result: [ OK ] 6.74 sec. 2025-05-26 08:31:11 02001_dist_on_dist_WithMergeableStateAfterAggregation: [ OK ] 5.24 sec. 2025-05-26 08:31:11 02015_async_inserts_5: [ OK ] 11.30 sec. 2025-05-26 08:31:13 02001_shard_num_shard_count: [ OK ] 1.85 sec. 2025-05-26 08:31:13 02015_async_inserts_stress_long: [ OK ] 13.13 sec. 2025-05-26 08:31:14 01948_heredoc: [ OK ] 1.24 sec. 2025-05-26 08:31:15 01952_optimize_distributed_group_by_sharding_key: [ OK ] 3.06 sec. 2025-05-26 08:31:16 01943_log_column_sizes: [ OK ] 1.43 sec. 2025-05-26 08:31:17 02004_intersect_except_operators: [ OK ] 12.02 sec. 2025-05-26 08:31:18 02098_hashed_array_dictionary_simple_key: [ OK ] 33.14 sec. 2025-05-26 08:31:18 01946_tskv: [ OK ] 4.48 sec. 2025-05-26 08:31:18 01941_dict_get_has_complex_single_key: [ OK ] 1.55 sec. 2025-05-26 08:31:19 01947_multiple_pipe_read: [ OK ] 5.97 sec. 2025-05-26 08:31:20 01943_pmj_non_joined_stuck: [ OK ] 3.42 sec. 2025-05-26 08:31:20 01932_alter_index_with_order: [ OK ] 1.52 sec. 2025-05-26 08:31:20 01949_clickhouse_local_with_remote_localhost: [ OK ] 8.59 sec. 2025-05-26 08:31:21 01920_not_chain_format: [ OK ] 0.78 sec. 2025-05-26 08:31:21 01932_remote_sharding_key_column: [ OK ] 1.85 sec. 2025-05-26 08:31:21 01932_null_valid_identifier: [ OK ] 1.39 sec. 2025-05-26 08:31:22 01936_three_parts_identifiers_in_wrong_places: [ OK ] 3.47 sec. 2025-05-26 08:31:22 01934_constexpr_aggregate_function_parameters: [ OK ] 3.42 sec. 2025-05-26 08:31:22 01913_summing_mt_and_simple_agg_function_with_lc: [ OK ] 1.32 sec. 2025-05-26 08:31:22 01913_join_push_down_bug: [ OK ] 1.16 sec. 2025-05-26 08:31:23 01912_bad_cast_join_fuzz: [ OK ] 0.96 sec. 2025-05-26 08:31:23 01908_with_unknown_column: [ OK ] 0.99 sec. 2025-05-26 08:31:24 01907_multiple_aliases: [ OK ] 1.14 sec. 2025-05-26 08:31:24 02000_join_on_const: [ OK ] 12.52 sec. 2025-05-26 08:31:24 01905_to_json_string: [ OK ] 0.96 sec. 2025-05-26 08:31:25 01902_self_aliases_in_columns: [ OK ] 1.56 sec. 2025-05-26 08:31:26 02099_hashed_array_dictionary_complex_key: [ OK ] 41.23 sec. 2025-05-26 08:31:26 01910_client_replxx_container_overflow_long: [ OK ] 3.80 sec. 2025-05-26 08:31:26 01925_join_materialized_columns: [ OK ] 5.67 sec. 2025-05-26 08:31:28 01891_not_in_partition_prune: [ OK ] 2.02 sec. 2025-05-26 08:31:28 01897_jit_aggregation_function_avg_weighted_long: [ OK ] 4.63 sec. 2025-05-26 08:31:29 01890_cross_join_explain_crash: [ OK ] 1.08 sec. 2025-05-26 08:31:30 01896_jit_aggregation_function_if_long: [ OK ] 4.38 sec. 2025-05-26 08:31:30 01895_jit_aggregation_function_avg_long: [ OK ] 4.20 sec. 2025-05-26 08:31:30 01891_jit_aggregation_function_any_long: [ OK ] 4.14 sec. 2025-05-26 08:31:30 01889_tokenize: [ OK ] 1.07 sec. 2025-05-26 08:31:31 01881_aggregate_functions_versioning: [ OK ] 0.95 sec. 2025-05-26 08:31:32 01883_grouping_sets_crash: [ OK ] 2.06 sec. 2025-05-26 08:31:32 01883_subcolumns_distributed: [ OK ] 2.36 sec. 2025-05-26 08:31:33 01867_support_datetime64_version_column: [ OK ] 1.70 sec. 2025-05-26 08:31:33 01866_split_by_regexp: [ OK ] 0.98 sec. 2025-05-26 08:31:34 01852_cast_operator_2: [ OK ] 1.39 sec. 2025-05-26 08:31:37 01852_multiple_joins_with_union_join: [ OK ] 2.02 sec. 2025-05-26 08:31:37 01854_s2_cap_contains: [ OK ] 4.95 sec. 2025-05-26 08:31:38 01888_read_int_safe: [ OK ] 7.91 sec. 2025-05-26 08:31:38 01852_cast_operator_3: [ OK ] 1.02 sec. 2025-05-26 08:31:39 01889_sql_json_functions: [ OK ] 10.17 sec. 2025-05-26 08:31:40 01840_tupleElement_formatting_fuzzer: [ OK ] 0.76 sec. 2025-05-26 08:31:41 01847_bad_like: [ OK ] 3.35 sec. 2025-05-26 08:31:43 01852_map_combinator: [ OK ] 5.75 sec. 2025-05-26 08:31:43 01825_type_json_add_column: [ SKIPPED ] 0.00 sec. - disabled 2025-05-26 08:31:44 01848_http_insert_segfault: [ OK ] 6.53 sec. 2025-05-26 08:31:45 01852_cast_operator_bad_cases: [ OK ] 11.87 sec. 2025-05-26 08:31:45 01825_type_json_parallel_insert: [ OK ] 3.99 sec. 2025-05-26 08:31:46 01823_array_low_cardinality_KuliginStepan: [ OK ] 0.85 sec. 2025-05-26 08:31:46 01913_quantile_deterministic: [ OK ] 24.86 sec. 2025-05-26 08:31:46 01825_type_json_12: [ OK ] 6.75 sec. 2025-05-26 08:31:47 01803_untuple_subquery: [ OK ] 0.78 sec. 2025-05-26 08:31:47 01811_datename: [ OK ] 1.32 sec. 2025-05-26 08:31:48 01825_type_json_insert_select: [ OK ] 3.95 sec. 2025-05-26 08:31:49 01900_kill_mutation_parallel_long: [ OK ] 24.92 sec. 2025-05-26 08:31:51 01823_explain_json: [ OK ] 5.66 sec. 2025-05-26 08:31:52 01801_s3_cluster: [ OK ] 4.92 sec. 2025-05-26 08:31:52 01780_dict_get_or_null: [ OK ] 3.83 sec. 2025-05-26 08:31:53 01786_nullable_string_tsv_at_eof: [ OK ] 5.09 sec. 2025-05-26 08:31:54 01760_modulo_negative: [ OK ] 1.29 sec. 2025-05-26 08:31:54 01759_optimize_skip_unused_shards_zero_shards: [ OK ] 1.00 sec. 2025-05-26 08:31:54 01761_alter_decimal_zookeeper_long: [ OK ] 1.78 sec. 2025-05-26 08:31:54 01763_filter_push_down_bugs: [ OK ] 3.04 sec. 2025-05-26 08:31:56 01753_max_uri_size: [ OK ] 1.56 sec. 2025-05-26 08:31:57 01753_fix_clickhouse_format: [ OK ] 2.68 sec. 2025-05-26 08:31:57 01746_lc_values_format_bug: [ OK ] 0.92 sec. 2025-05-26 08:31:57 01744_tuple_cast_to_map_bugfix: [ OK ] 0.83 sec. 2025-05-26 08:31:58 01752_distributed_query_sigsegv: [ OK ] 3.37 sec. 2025-05-26 08:31:58 01757_optimize_skip_unused_shards_limit: [ OK ] 3.99 sec. 2025-05-26 08:31:59 01732_more_consistent_datetime64_parsing: [ OK ] 1.23 sec. 2025-05-26 08:32:00 01716_decimal_comparison_ubsan: [ OK ] 0.76 sec. 2025-05-26 08:32:00 01737_move_order_key_to_prewhere_select_final: [ OK ] 2.84 sec. 2025-05-26 08:32:00 01763_max_distributed_depth: [ OK ] 10.94 sec. 2025-05-26 08:32:00 01721_constraints_constant_expressions: [ OK ] 2.82 sec. 2025-05-26 08:32:01 01716_array_difference_overflow: [ OK ] 0.96 sec. 2025-05-26 08:32:01 01710_minmax_count_projection_count_nullable: [ OK ] 1.23 sec. 2025-05-26 08:32:02 01720_type_map_and_casts: [ OK ] 4.58 sec. 2025-05-26 08:32:02 01710_aggregate_projection_with_hashing: [ OK ] 1.33 sec. 2025-05-26 08:32:03 01710_projection_aggregation_in_order: [ OK ] 2.53 sec. 2025-05-26 08:32:03 01704_transform_with_float_key: [ OK ] 0.96 sec. 2025-05-26 08:32:03 01810_max_part_removal_threads_long: [ OK ] 17.30 sec. 2025-05-26 08:32:04 01700_deltasum: [ OK ] 1.83 sec. 2025-05-26 08:32:05 01692_DateTime64_from_DateTime: [ OK ] 1.32 sec. 2025-05-26 08:32:05 01683_codec_encrypted: [ OK ] 1.33 sec. 2025-05-26 08:32:05 01698_fix_toMinute: [ OK ] 1.90 sec. 2025-05-26 08:32:05 01681_arg_min_max_if_fix: [ OK ] 0.89 sec. 2025-05-26 08:32:06 01676_round_int_ubsan: [ OK ] 0.75 sec. 2025-05-26 08:32:06 01672_actions_dag_merge_crash: [ OK ] 0.73 sec. 2025-05-26 08:32:07 01671_test_toQuarter_mysql_dialect: [ OK ] 0.73 sec. 2025-05-26 08:32:07 01710_minmax_count_projection: [ OK ] 6.44 sec. 2025-05-26 08:32:07 01670_neighbor_lc_bug: [ OK ] 1.12 sec. 2025-05-26 08:32:08 01677_bit_float: [ OK ] 2.74 sec. 2025-05-26 08:32:08 01665_merge_tree_min_for_concurrent_read: [ OK ] 1.02 sec. 2025-05-26 08:32:08 01661_arraySlice_ubsan: [ OK ] 0.74 sec. 2025-05-26 08:32:08 01664_ntoa_aton_mysql_compatibility: [ OK ] 0.85 sec. 2025-05-26 08:32:09 01660_sum_ubsan: [ OK ] 1.09 sec. 2025-05-26 08:32:10 01656_join_defaul_enum: [ OK ] 2.10 sec. 2025-05-26 08:32:10 01660_system_parts_smoke: [ OK ] 2.57 sec. 2025-05-26 08:32:11 01648_normalize_query_keep_names: [ OK ] 0.88 sec. 2025-05-26 08:32:12 01645_system_table_engines: [ OK ] 0.78 sec. 2025-05-26 08:32:12 01653_tuple_hamming_distance_2: [ OK ] 3.01 sec. 2025-05-26 08:32:13 01638_div_mod_ambiguities: [ OK ] 1.17 sec. 2025-05-26 08:32:14 01710_aggregate_projections: [ OK ] 14.03 sec. 2025-05-26 08:32:14 01632_select_all_syntax: [ OK ] 1.75 sec. 2025-05-26 08:32:15 01661_extract_all_groups_throw_fast: [ OK ] 7.06 sec. 2025-05-26 08:32:15 01630_disallow_floating_point_as_partition_key: [ OK ] 1.50 sec. 2025-05-26 08:32:15 01903_correct_block_size_prediction_with_default: [ OK ] 51.47 sec. 2025-05-26 08:32:15 01622_defaults_for_file_engine: [ OK ] 0.88 sec. 2025-05-26 08:32:16 01611_constant_folding_subqueries: [ OK ] 1.19 sec. 2025-05-26 08:32:19 01602_array_aggregation: [ OK ] 3.68 sec. 2025-05-26 08:32:21 01599_mutation_query_params: [ OK ] 5.10 sec. 2025-05-26 08:32:22 01597_columns_list_ignored: [ OK ] 3.31 sec. 2025-05-26 08:32:22 01596_full_join_chertus: [ OK ] 1.05 sec. 2025-05-26 08:32:23 01586_storage_join_low_cardinality_key: [ OK ] 1.05 sec. 2025-05-26 08:32:26 01584_distributed_buffer_cannot_find_column: [ OK ] 2.50 sec. 2025-05-26 08:32:28 01590_countSubstrings: [ OK ] 6.03 sec. 2025-05-26 08:32:31 01582_distinct_optimization: [ OK ] 4.42 sec. 2025-05-26 08:32:31 01601_accurate_cast: [ OK ] 15.58 sec. 2025-05-26 08:32:31 01571_window_functions: [ OK ] 2.48 sec. 2025-05-26 08:32:33 01565_query_loop_after_client_error: [ OK ] 2.28 sec. 2025-05-26 08:32:33 01564_test_hint_woes: [ OK ] 2.32 sec. 2025-05-26 08:32:36 01561_clickhouse_client_stage: [ OK ] 4.95 sec. 2025-05-26 08:32:36 01560_optimize_on_insert_long: [ OK ] 3.21 sec. 2025-05-26 08:32:38 01561_mann_whitney_scipy: [ OK ] 4.50 sec. 2025-05-26 08:32:38 01560_merge_distributed_join: [ OK ] 1.69 sec. 2025-05-26 08:32:39 01560_monotonicity_check_multiple_args_bug: [ OK ] 0.89 sec. 2025-05-26 08:32:39 01560_cancel_agg_func_combinator_native_name_constraint: [ OK ] 1.10 sec. 2025-05-26 08:32:41 01557_max_parallel_replicas_no_sample: [ OK ] 2.16 sec. 2025-05-26 08:32:43 01558_ttest: [ OK ] 4.54 sec. 2025-05-26 08:32:44 01555_or_fill: [ OK ] 0.84 sec. 2025-05-26 08:32:44 01825_type_json_schema_race_long: [ OK ] 60.78 sec. 2025-05-26 08:32:45 01555_system_distribution_queue_mask: [ OK ] 4.05 sec. 2025-05-26 08:32:45 01536_fuzz_cast: [ OK ] 0.89 sec. 2025-05-26 08:32:46 01550_type_map_formats: [ OK ] 2.02 sec. 2025-05-26 08:32:47 01532_min_max_with_modifiers: [ OK ] 1.35 sec. 2025-05-26 08:32:49 01560_ttl_remove_empty_parts: [ OK ] 12.39 sec. 2025-05-26 08:32:55 01523_date_time_compare_with_date_literal: [ OK ] 8.32 sec. 2025-05-26 08:32:55 01676_clickhouse_client_autocomplete: [ OK ] 49.84 sec. 2025-05-26 08:32:55 01511_alter_version_versioned_collapsing_merge_tree_zookeeper: [ OK ] 8.22 sec. 2025-05-26 08:32:57 01509_check_parallel_quorum_inserts_long: [ OK ] 7.35 sec. 2025-05-26 08:32:57 01504_view_type_conversion: [ OK ] 1.52 sec. 2025-05-26 08:32:58 01503_if_const_optimization: [ OK ] 0.93 sec. 2025-05-26 08:32:58 01495_subqueries_in_with_statement_4: [ OK ] 0.93 sec. 2025-05-26 08:32:58 01505_distributed_local_type_conversion_enum: [ OK ] 3.02 sec. 2025-05-26 08:33:02 01474_bad_global_join: [ OK ] 4.34 sec. 2025-05-26 08:33:04 01471_limit_by_format: [ OK ] 1.28 sec. 2025-05-26 08:33:04 01472_obfuscator_uuid: [ OK ] 6.03 sec. 2025-05-26 08:33:06 01456_min_negative_decimal_formatting: [ OK ] 1.30 sec. 2025-05-26 08:33:10 01457_order_by_limit: [ OK ] 5.97 sec. 2025-05-26 08:33:11 01456_ast_optimizations_over_distributed: [ OK ] 4.22 sec. 2025-05-26 08:33:11 01475_mutation_with_if: [ OK ] 13.01 sec. 2025-05-26 08:33:15 01455_optimize_trivial_insert_select: [ OK ] 4.93 sec. 2025-05-26 08:33:18 01451_normalize_query: [ OK ] 2.77 sec. 2025-05-26 08:33:19 01447_json_strings: [ OK ] 0.70 sec. 2025-05-26 08:33:19 01647_clickhouse_local_hung: [ OK ] 68.46 sec. 2025-05-26 08:33:43 01455_opentelemetry_distributed: [ OK ] 32.48 sec. 2025-05-26 08:33:44 01434_netloc_fuzz: [ OK ] 0.74 sec. 2025-05-26 08:33:47 01429_join_on_error_messages: [ OK ] 2.49 sec. 2025-05-26 08:33:59 01605_adaptive_granularity_block_borders: [ OK ] 104.50 sec. 2025-05-26 08:34:00 01422_array_nullable_element_nullable_index: [ OK ] 0.87 sec. 2025-05-26 08:35:16 01526_client_start_and_exit: [ OK ] 28.05 sec. 2025-05-26 08:35:16 01443_merge_truncate_long: [ OK ] 116.80 sec. 2025-05-26 08:35:16 01455_shard_leaf_max_rows_bytes_to_read: [ OK ] 124.98 sec. 2025-05-26 08:35:16 01440_to_date_monotonicity: [ OK ] 116.94 sec. 2025-05-26 08:35:16 01626_cnf_fuzz_long: [ OK ] 181.97 sec. 2025-05-26 08:35:16 01414_push_predicate_when_contains_with_clause: [ OK ] 75.54 sec. 2025-05-26 08:35:17 01412_mod_float: [ OK ] 1.02 sec. 2025-05-26 08:35:17 01508_partition_pruning_long: [ OK ] 141.99 sec. 2025-05-26 08:35:18 01429_empty_arrow_and_parquet: [ OK ] 91.18 sec. 2025-05-26 08:35:18 01390_check_table_codec: [ OK ] 1.39 sec. 2025-05-26 08:35:18 01411_from_unixtime: [ OK ] 2.40 sec. 2025-05-26 08:35:19 01407_lambda_arrayJoin: [ OK ] 2.83 sec. 2025-05-26 08:35:19 01376_null_logical: [ OK ] 1.10 sec. 2025-05-26 08:35:20 01375_storage_file_write_prefix_csv_with_names: [ OK ] 1.14 sec. 2025-05-26 08:35:20 01375_storage_file_write_prefix_tsv_with_names: [ OK ] 1.29 sec. 2025-05-26 08:35:20 01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS: [ OK ] 1.38 sec. 2025-05-26 08:35:21 01397_in_bad_arguments: [ OK ] 4.69 sec. 2025-05-26 08:35:21 01414_mutations_and_errors: [ OK ] 5.19 sec. 2025-05-26 08:35:21 01357_version_collapsing_attach_detach_zookeeper: [ OK ] 1.47 sec. 2025-05-26 08:35:22 01361_buffer_table_flush_with_materialized_view: [ OK ] 2.18 sec. 2025-05-26 08:35:22 01355_if_fixed_string: [ OK ] 1.08 sec. 2025-05-26 08:35:22 01380_coded_delta_exception_code: [ OK ] 4.91 sec. 2025-05-26 08:35:22 01393_benchmark_secure_port: [ OK ] 5.94 sec. 2025-05-26 08:35:22 01349_mutation_datetime_key: [ OK ] 1.37 sec. 2025-05-26 08:35:22 01356_wrong_filter-type_bug: [ OK ] 2.02 sec. 2025-05-26 08:35:22 01346_array_join_mrxotey: [ OK ] 1.08 sec. 2025-05-26 08:35:23 01345_index_date_vs_datetime: [ OK ] 1.08 sec. 2025-05-26 08:35:23 01370_client_autocomplete_word_break_characters: [ OK ] 4.18 sec. 2025-05-26 08:35:24 01325_freeze_mutation_stuck: [ OK ] 1.33 sec. 2025-05-26 08:35:25 01318_alter_add_constraint_format: [ OK ] 1.48 sec. 2025-05-26 08:35:26 01318_parallel_final_stuck: [ OK ] 1.18 sec. 2025-05-26 08:35:26 01320_optimize_skip_unused_shards_no_non_deterministic: [ OK ] 3.67 sec. 2025-05-26 08:35:29 01332_join_type_syntax_position: [ OK ] 6.83 sec. 2025-05-26 08:35:30 01312_comparison_with_constant_string_in_index_analysis: [ OK ] 3.42 sec. 2025-05-26 08:35:31 01307_bloom_filter_index_string_multi_granulas: [ OK ] 1.55 sec. 2025-05-26 08:35:31 01313_parse_date_time_best_effort_null_zero: [ OK ] 4.49 sec. 2025-05-26 08:35:31 01318_map_add_map_subtract_on_map_type: [ OK ] 8.33 sec. 2025-05-26 08:35:31 01300_polygon_convex_hull: [ OK ] 0.76 sec. 2025-05-26 08:35:32 01306_polygons_intersection: [ OK ] 1.89 sec. 2025-05-26 08:35:32 01305_array_join_prewhere_in_subquery: [ OK ] 1.07 sec. 2025-05-26 08:35:33 01295_aggregation_bug_11413: [ OK ] 0.90 sec. 2025-05-26 08:35:33 01344_alter_enum_partition_key: [ OK ] 10.69 sec. 2025-05-26 08:35:33 01299_alter_merge_tree: [ OK ] 1.57 sec. 2025-05-26 08:35:33 01297_alter_distributed: [ OK ] 1.91 sec. 2025-05-26 08:35:34 01321_aggregate_functions_of_group_by_keys: [ OK ] 11.28 sec. 2025-05-26 08:35:34 01291_geo_types: [ OK ] 1.01 sec. 2025-05-26 08:35:34 01318_map_add_map_subtract: [ OK ] 10.19 sec. 2025-05-26 08:35:35 01279_dist_group_by: [ OK ] 1.53 sec. 2025-05-26 08:35:35 01285_date_datetime_key_condition: [ OK ] 2.27 sec. 2025-05-26 08:35:35 01285_data_skip_index_over_aggregation: [ OK ] 2.01 sec. 2025-05-26 08:35:35 01277_unixTimestamp64_compatibility: [ OK ] 1.33 sec. 2025-05-26 08:35:37 01340_datetime64_fpe: [ OK ] 14.63 sec. 2025-05-26 08:35:37 01268_data_numeric_parameters: [ OK ] 1.44 sec. 2025-05-26 08:35:37 01271_optimize_arithmetic_operations_in_aggr_func_with_alias: [ OK ] 1.56 sec. 2025-05-26 08:35:37 01293_client_interactive_vertical_multiline: [ OK ] 5.10 sec. 2025-05-26 08:35:38 01262_fractional_timezone_near_start_of_epoch: [ OK ] 0.98 sec. 2025-05-26 08:35:38 01275_alter_rename_column_default_expr: [ OK ] 2.84 sec. 2025-05-26 08:35:38 01258_bom_tsv: [ OK ] 1.66 sec. 2025-05-26 08:35:39 01254_array_of_unnamed_tuples: [ OK ] 1.00 sec. 2025-05-26 08:35:39 01277_alter_rename_column_constraint: [ OK ] 4.84 sec. 2025-05-26 08:35:40 01253_subquery_in_aggregate_function_JustStranger: [ OK ] 1.67 sec. 2025-05-26 08:35:40 01227_distributed_global_in_issue_2610: [ OK ] 1.50 sec. 2025-05-26 08:35:41 01221_system_settings: [ OK ] 1.14 sec. 2025-05-26 08:35:42 01247_some_msan_crashs_from_22517: [ OK ] 3.04 sec. 2025-05-26 08:35:42 01256_negative_generate_random: [ OK ] 4.64 sec. 2025-05-26 08:35:42 01269_toStartOfSecond: [ OK ] 6.90 sec. 2025-05-26 08:35:43 01210_drop_view: [ OK ] 1.05 sec. 2025-05-26 08:35:43 01213_alter_rename_primary_key_zookeeper_long: [ OK ] 2.40 sec. 2025-05-26 08:35:44 01268_DateTime64_in_WHERE: [ OK ] 6.75 sec. 2025-05-26 08:35:44 01213_alter_rename_with_default_zookeeper_long: [ OK ] 3.01 sec. 2025-05-26 08:35:44 01197_summing_enum: [ OK ] 1.41 sec. 2025-05-26 08:35:45 01277_random_fixed_string: [ OK ] 11.15 sec. 2025-05-26 08:35:48 01166_truncate_multiple_partitions: [ OK ] 4.11 sec. 2025-05-26 08:35:51 01173_transaction_control_queries: [ OK ] 7.87 sec. 2025-05-26 08:35:53 01213_alter_rename_column_zookeeper_long: [ OK ] 11.40 sec. 2025-05-26 08:35:55 01245_distributed_group_by_no_merge_with-extremes_and_totals: [ OK ] 16.38 sec. 2025-05-26 08:35:57 01146_clickhouse_local_data: [ OK ] 4.10 sec. 2025-05-26 08:35:58 01144_join_rewrite_with_ambiguous_column_and_view: [ OK ] 2.72 sec. 2025-05-26 08:35:59 01140_select_from_storage_join_fix: [ OK ] 1.89 sec. 2025-05-26 08:35:59 01138_join_on_distributed_and_tmp: [ OK ] 1.12 sec. 2025-05-26 08:35:59 01164_detach_attach_partition_race: [ OK ] 14.38 sec. 2025-05-26 08:36:01 01137_order_by_func_final: [ OK ] 1.55 sec. 2025-05-26 08:36:01 01134_set_overflow_mode: [ OK ] 1.78 sec. 2025-05-26 08:36:02 01117_greatest_least_case: [ OK ] 0.81 sec. 2025-05-26 08:36:03 01117_comma_and_others_join_mix: [ OK ] 1.16 sec. 2025-05-26 08:36:07 01137_order_by_func: [ OK ] 7.92 sec. 2025-05-26 08:36:08 01168_mutations_isolation: [ OK ] 24.05 sec. 2025-05-26 08:36:09 01096_array_reduce_in_ranges: [ OK ] 1.20 sec. 2025-05-26 08:36:09 01097_one_more_range_reader_test: [ OK ] 1.79 sec. 2025-05-26 08:36:11 01085_window_view_attach: [ OK ] 1.97 sec. 2025-05-26 08:36:12 01081_keywords_formatting: [ OK ] 0.79 sec. 2025-05-26 08:36:15 01081_PartialSortingTransform_full_column: [ OK ] 2.36 sec. 2025-05-26 08:36:17 01080_engine_merge_prewhere_tupleelement_error: [ OK ] 1.88 sec. 2025-05-26 08:36:19 01103_optimize_drop_race_zookeeper: [ OK ] 17.27 sec. 2025-05-26 08:36:19 01080_check_for_error_incorrect_size_of_nested_column: [ OK ] 2.18 sec. 2025-05-26 08:36:22 01078_bloom_filter_operator_not_has: [ OK ] 2.25 sec. 2025-05-26 08:36:22 01099_parallel_distributed_insert_select: [ OK ] 19.60 sec. 2025-05-26 08:36:24 01077_yet_another_prewhere_test: [ OK ] 1.28 sec. 2025-05-26 08:36:24 01087_window_view_alter_query: [ OK ] 14.71 sec. 2025-05-26 08:36:25 01078_merge_tree_read_one_thread: [ OK ] 2.75 sec. 2025-05-26 08:36:25 01075_in_arrays_enmk: [ OK ] 1.04 sec. 2025-05-26 08:36:26 01070_h3_to_string: [ OK ] 0.63 sec. 2025-05-26 08:36:26 01072_nullable_jit: [ OK ] 1.25 sec. 2025-05-26 08:36:26 01079_window_view_inner_table_memory_tumble: [ OK ] 6.62 sec. 2025-05-26 08:36:27 01069_set_in_group_by: [ OK ] 1.14 sec. 2025-05-26 08:36:28 01070_to_decimal_or_null_exception: [ OK ] 2.68 sec. 2025-05-26 08:36:30 01066_bit_count: [ OK ] 1.47 sec. 2025-05-26 08:36:33 01068_window_view_event_tumble_to_bounded_lateness: [ OK ] 7.15 sec. 2025-05-26 08:36:33 01076_window_view_alter_query_to: [ OK ] 9.71 sec. 2025-05-26 08:36:34 01169_alter_partition_isolation_stress: [ OK ] 50.08 sec. 2025-05-26 08:36:34 01067_window_view_event_tumble_to_asc_lateness: [ OK ] 6.87 sec. 2025-05-26 08:36:35 01064_array_auc: [ OK ] 1.74 sec. 2025-05-26 08:36:37 01056_create_table_as: [ OK ] 3.24 sec. 2025-05-26 08:36:39 01160_table_dependencies: [ OK ] 48.08 sec. 2025-05-26 08:36:40 01051_random_printable_ascii: [ OK ] 0.77 sec. 2025-05-26 08:36:40 01057_window_view_event_tumble_to_strict_asc: [ OK ] 6.43 sec. 2025-05-26 08:36:40 01061_window_view_event_hop_to_asc: [ OK ] 6.98 sec. 2025-05-26 08:36:41 01064_window_view_event_hop_to_bounded: [ OK ] 11.36 sec. 2025-05-26 08:36:42 01045_dictionaries_restrictions: [ OK ] 1.23 sec. 2025-05-26 08:36:42 01055_minmax_index_compact_parts: [ OK ] 7.03 sec. 2025-05-26 08:36:42 01162_strange_mutations: [ OK ] 54.22 sec. 2025-05-26 08:36:42 01044_great_circle_angle: [ OK ] 0.99 sec. 2025-05-26 08:36:44 01039_test_setting_parse: [ OK ] 1.82 sec. 2025-05-26 08:36:44 01047_window_view_parser_inner_table: [ OK ] 3.85 sec. 2025-05-26 08:36:45 01042_h3_k_ring: [ OK ] 2.88 sec. 2025-05-26 08:36:45 01051_all_join_engine: [ OK ] 4.99 sec. 2025-05-26 08:36:45 01021_create_as_select: [ OK ] 1.06 sec. 2025-05-26 08:36:46 01030_storage_hdfs_syntax: [ OK ] 1.59 sec. 2025-05-26 08:36:46 01021_tuple_parser: [ OK ] 0.93 sec. 2025-05-26 08:36:46 01031_new_any_join: [ OK ] 3.34 sec. 2025-05-26 08:36:46 01035_lc_empty_part_bug: [ OK ] 3.78 sec. 2025-05-26 08:36:47 01018_optimize_read_in_order_with_in_subquery: [ OK ] 1.14 sec. 2025-05-26 08:36:47 01019_alter_materialized_view_query: [ OK ] 1.94 sec. 2025-05-26 08:36:49 01010_partial_merge_join_negative: [ OK ] 3.26 sec. 2025-05-26 08:36:50 01006_ttl_with_default_2: [ OK ] 2.76 sec. 2025-05-26 08:36:50 01018_insert_multiple_blocks_with_defaults: [ OK ] 4.62 sec. 2025-05-26 08:36:52 01000_subquery_requires_alias: [ OK ] 1.98 sec. 2025-05-26 08:36:52 01009_insert_select_nicelulu: [ OK ] 5.67 sec. 2025-05-26 08:36:53 00995_optimize_read_in_order_with_aggregation: [ OK ] 1.34 sec. 2025-05-26 08:36:54 01054_window_view_proc_tumble_to: [ OK ] 16.05 sec. 2025-05-26 08:36:55 00990_request_splitting: [ OK ] 1.31 sec. 2025-05-26 08:36:55 00999_full_join_dup_keys_crash: [ OK ] 4.76 sec. 2025-05-26 08:36:56 01006_simpod_empty_part_single_column_write: [ OK ] 9.18 sec. 2025-05-26 08:36:57 00988_expansion_aliases_limit: [ OK ] 1.07 sec. 2025-05-26 08:36:58 00982_low_cardinality_setting_in_mv: [ OK ] 1.20 sec. 2025-05-26 08:36:58 00984_materialized_view_to_columns: [ OK ] 1.60 sec. 2025-05-26 08:36:59 01167_isolation_hermitage: [ OK ] 74.99 sec. 2025-05-26 08:36:59 00995_exception_while_insert: [ OK ] 5.45 sec. 2025-05-26 08:36:59 00979_yandex_consistent_hash_fpe: [ OK ] 1.25 sec. 2025-05-26 08:37:00 00979_set_index_not: [ OK ] 1.56 sec. 2025-05-26 08:37:01 00974_final_predicate_push_down: [ OK ] 1.62 sec. 2025-05-26 08:37:02 00975_values_list: [ OK ] 2.92 sec. 2025-05-26 08:37:03 01005_rwr_shard_deadlock: [ OK ] 13.94 sec. 2025-05-26 08:37:04 00965_send_logs_level_concurrent_queries: [ OK ] 3.55 sec. 2025-05-26 08:37:04 00962_visit_param_various: [ OK ] 3.72 sec. 2025-05-26 08:37:05 00965_logs_level_bugfix: [ OK ] 5.26 sec. 2025-05-26 08:37:06 00948_format_in_with_single_element: [ OK ] 2.33 sec. 2025-05-26 08:37:06 00946_ml_test: [ OK ] 1.51 sec. 2025-05-26 08:37:07 00950_test_double_delta_codec: [ OK ] 4.88 sec. 2025-05-26 08:37:08 00944_minmax_null: [ OK ] 1.69 sec. 2025-05-26 08:37:08 01019_parallel_parsing_cancel: [ OK ] 23.39 sec. 2025-05-26 08:37:09 00938_basename: [ OK ] 0.95 sec. 2025-05-26 08:37:11 00990_hasToken: [ OK ] 15.83 sec. 2025-05-26 08:37:14 00938_ipv6_cidr_range: [ OK ] 5.85 sec. 2025-05-26 08:37:16 00944_clear_index_in_partition: [ OK ] 10.89 sec. 2025-05-26 08:37:17 00919_histogram_merge: [ OK ] 1.49 sec. 2025-05-26 08:37:18 00916_create_or_replace_view: [ OK ] 1.03 sec. 2025-05-26 08:37:20 00926_adaptive_index_granularity_versioned_collapsing_merge_tree: [ OK ] 8.72 sec. 2025-05-26 08:37:20 00914_join_bgranvea: [ OK ] 1.76 sec. 2025-05-26 08:37:21 00908_analyze_query: [ OK ] 1.10 sec. 2025-05-26 08:37:23 00926_adaptive_index_granularity_pk: [ OK ] 8.66 sec. 2025-05-26 08:37:23 00937_test_use_header_tsv: [ OK ] 13.79 sec. 2025-05-26 08:37:23 00943_materialize_index: [ OK ] 17.20 sec. 2025-05-26 08:37:26 00949_format: [ OK ] 22.23 sec. 2025-05-26 08:37:26 00941_system_columns_race_condition: [ OK ] 18.72 sec. 2025-05-26 08:37:27 00881_unknown_identifier_in_in: [ OK ] 0.99 sec. 2025-05-26 08:37:27 00907_set_index_with_nullable_and_low_cardinality: [ OK ] 6.35 sec. 2025-05-26 08:37:28 00900_parquet_time_to_ch_date_time: [ OK ] 4.08 sec. 2025-05-26 08:37:29 00845_join_on_aliases: [ OK ] 1.69 sec. 2025-05-26 08:37:29 00858_issue_4756: [ OK ] 2.49 sec. 2025-05-26 08:37:30 00900_orc_nullable_arrays_load: [ OK ] 6.24 sec. 2025-05-26 08:37:30 00855_join_with_array_join: [ OK ] 3.26 sec. 2025-05-26 08:37:31 00837_insert_select_and_read_prefix: [ OK ] 1.15 sec. 2025-05-26 08:37:31 00834_dont_allow_to_set_two_configuration_files_in_client: [ OK ] 1.59 sec. 2025-05-26 08:37:31 00824_filesystem: [ OK ] 0.75 sec. 2025-05-26 08:37:33 00837_minmax_index_replicated_zookeeper_long: [ OK ] 3.94 sec. 2025-05-26 08:37:33 00819_full_join_wrong_columns_in_block: [ OK ] 1.93 sec. 2025-05-26 08:37:35 00818_inner_join_bug_3567: [ OK ] 1.66 sec. 2025-05-26 08:37:35 00818_join_bug_4271: [ OK ] 1.65 sec. 2025-05-26 08:37:36 00817_with_simple: [ OK ] 0.83 sec. 2025-05-26 08:37:36 00815_left_join_on_stepanel: [ OK ] 1.17 sec. 2025-05-26 08:37:37 00825_protobuf_format_no_length_delimiter: [ OK ] 6.63 sec. 2025-05-26 08:37:38 00804_test_delta_codec_no_type_alter: [ OK ] 1.53 sec. 2025-05-26 08:37:38 00900_orc_arrow_parquet_nested: [ OK ] 15.70 sec. 2025-05-26 08:37:39 00822_array_insert_default: [ OK ] 7.42 sec. 2025-05-26 08:37:39 00804_test_zstd_qat_codec_compression: [ OK ] 2.91 sec. 2025-05-26 08:37:39 00804_test_deflate_qpl_codec_compression: [ OK ] 2.14 sec. 2025-05-26 08:37:40 00800_low_cardinality_distinct_numeric: [ OK ] 1.41 sec. 2025-05-26 08:37:41 00751_hashing_ints: [ OK ] 1.16 sec. 2025-05-26 08:37:41 00765_sql_compatibility_aliases: [ OK ] 2.24 sec. 2025-05-26 08:37:42 00762_date_comparsion: [ OK ] 3.00 sec. 2025-05-26 08:37:42 00750_merge_tree_merge_with_o_direct: [ OK ] 1.39 sec. 2025-05-26 08:37:43 00800_low_cardinality_join: [ OK ] 4.35 sec. 2025-05-26 08:37:43 00749_inner_join_of_unnamed_subqueries: [ OK ] 1.84 sec. 2025-05-26 08:37:43 00906_low_cardinality_cache: [ OK ] 21.97 sec. 2025-05-26 08:37:44 00871_t64_codec_signed: [ OK ] 17.49 sec. 2025-05-26 08:37:44 00726_modulo_for_date: [ OK ] 1.42 sec. 2025-05-26 08:37:45 00725_quantiles_shard: [ OK ] 1.84 sec. 2025-05-26 08:37:45 00724_insert_values_datetime_conversion: [ OK ] 0.83 sec. 2025-05-26 08:37:45 00725_comment_columns_long: [ OK ] 2.14 sec. 2025-05-26 08:37:46 00753_system_columns_and_system_tables_long: [ OK ] 7.07 sec. 2025-05-26 08:37:47 00720_combinations_of_aggregate_combinators: [ OK ] 1.44 sec. 2025-05-26 08:37:47 00725_ipv4_ipv6_domains: [ OK ] 3.23 sec. 2025-05-26 08:37:48 00712_prewhere_with_sampling_and_alias: [ OK ] 1.14 sec. 2025-05-26 08:37:48 00713_collapsing_merge_tree: [ OK ] 1.32 sec. 2025-05-26 08:37:49 00701_context_use_after_free: [ OK ] 0.91 sec. 2025-05-26 08:37:50 00727_concat: [ OK ] 7.85 sec. 2025-05-26 08:37:51 00705_aggregate_states_addition: [ OK ] 3.54 sec. 2025-05-26 08:37:51 00702_join_with_using: [ OK ] 2.94 sec. 2025-05-26 08:37:53 00691_array_distinct: [ OK ] 1.58 sec. 2025-05-26 08:37:53 00700_decimal_array_functions: [ OK ] 2.09 sec. 2025-05-26 08:37:54 00717_low_cardinaliry_distributed_group_by: [ OK ] 8.04 sec. 2025-05-26 08:37:54 00689_join_table_function: [ OK ] 0.82 sec. 2025-05-26 08:37:55 00688_low_cardinality_nullable_cast: [ OK ] 1.44 sec. 2025-05-26 08:37:55 00688_low_cardinality_prewhere: [ OK ] 2.05 sec. 2025-05-26 08:37:56 00700_decimal_round: [ OK ] 6.65 sec. 2025-05-26 08:37:56 00677_shard_any_heavy_merge: [ OK ] 1.07 sec. 2025-05-26 08:37:56 00670_truncate_temporary_table: [ OK ] 1.18 sec. 2025-05-26 08:37:57 00660_optimize_final_without_partition: [ OK ] 1.70 sec. 2025-05-26 08:37:58 00648_replacing_empty_set_from_prewhere: [ OK ] 1.09 sec. 2025-05-26 08:37:59 00646_weird_mmx: [ OK ] 1.15 sec. 2025-05-26 08:38:00 00645_date_time_input_format: [ OK ] 0.85 sec. 2025-05-26 08:38:02 00997_set_index_array: [ OK ] 70.59 sec. 2025-05-26 08:38:03 00640_endsWith: [ OK ] 3.11 sec. 2025-05-26 08:38:03 00646_url_engine: [ OK ] 5.96 sec. 2025-05-26 08:38:04 00635_shard_distinct_order_by: [ OK ] 1.22 sec. 2025-05-26 08:38:05 00634_rename_view: [ OK ] 1.46 sec. 2025-05-26 08:38:05 00633_func_or_in: [ OK ] 0.94 sec. 2025-05-26 08:38:08 00626_in_syntax: [ OK ] 2.89 sec. 2025-05-26 08:38:10 00625_query_in_form_data: [ OK ] 1.58 sec. 2025-05-26 08:38:17 00700_decimal_casts_2: [ OK ] 26.04 sec. 2025-05-26 08:38:18 00597_with_totals_on_empty_set: [ OK ] 1.24 sec. 2025-05-26 08:38:20 00652_mergetree_mutations: [ OK ] 23.37 sec. 2025-05-26 08:38:20 00577_replacing_merge_tree_vertical_merge: [ OK ] 2.30 sec. 2025-05-26 08:38:21 00630_arbitrary_csv_delimiter: [ OK ] 15.73 sec. 2025-05-26 08:38:21 00575_merge_and_index_with_function_in_in: [ OK ] 1.10 sec. 2025-05-26 08:38:21 00636_partition_key_parts_pruning: [ OK ] 18.64 sec. 2025-05-26 08:38:23 00563_complex_in_expression: [ OK ] 1.61 sec. 2025-05-26 08:38:23 00571_non_exist_database_when_create_materializ_view: [ OK ] 1.89 sec. 2025-05-26 08:38:23 00572_aggregation_by_empty_set: [ OK ] 2.28 sec. 2025-05-26 08:38:23 00573_shard_aggregation_by_empty_set: [ OK ] 2.81 sec. 2025-05-26 08:38:24 00562_rewrite_select_expression_with_union: [ OK ] 1.11 sec. 2025-05-26 08:38:25 00561_storage_join: [ OK ] 2.23 sec. 2025-05-26 08:38:26 00552_logical_functions_ternary: [ OK ] 1.78 sec. 2025-05-26 08:38:26 00548_slice_of_nested: [ OK ] 0.83 sec. 2025-05-26 08:38:27 00555_hasSubstr: [ OK ] 3.09 sec. 2025-05-26 08:38:27 00555_hasAll_hasAny: [ OK ] 3.47 sec. 2025-05-26 08:38:27 00544_insert_with_select: [ OK ] 1.08 sec. 2025-05-26 08:38:27 00536_int_exp: [ OK ] 0.80 sec. 2025-05-26 08:38:27 00543_null_and_prewhere: [ OK ] 1.29 sec. 2025-05-26 08:38:28 00735_long_conditional: [ OK ] 45.55 sec. 2025-05-26 08:38:28 00532_topk_generic: [ OK ] 0.95 sec. 2025-05-26 08:38:28 00518_extract_all_and_empty_matches: [ OK ] 0.79 sec. 2025-05-26 08:38:29 00528_const_of_nullable: [ OK ] 1.15 sec. 2025-05-26 08:38:29 00531_aggregate_over_nullable: [ OK ] 1.53 sec. 2025-05-26 08:38:29 00516_is_inf_nan: [ OK ] 0.91 sec. 2025-05-26 08:38:29 00516_modulo: [ OK ] 1.34 sec. 2025-05-26 08:38:30 00507_sumwithoverflow: [ OK ] 1.30 sec. 2025-05-26 08:38:30 00500_point_in_polygon_bug: [ OK ] 1.11 sec. 2025-05-26 08:38:31 00501_http_head: [ OK ] 1.77 sec. 2025-05-26 08:38:31 00500_point_in_polygon_2d_const: [ OK ] 1.34 sec. 2025-05-26 08:38:31 00625_summing_merge_tree_merge: [ OK ] 21.24 sec. 2025-05-26 08:38:32 00494_shard_alias_substitution_bug: [ OK ] 1.41 sec. 2025-05-26 08:38:32 00491_shard_distributed_and_aliases_in_where_having: [ OK ] 1.06 sec. 2025-05-26 08:38:33 00489_pk_subexpression: [ OK ] 1.78 sec. 2025-05-26 08:38:33 00682_empty_parts_merge: [ OK ] 39.14 sec. 2025-05-26 08:38:34 00481_reading_from_last_granula: [ OK ] 1.28 sec. 2025-05-26 08:38:34 00461_default_value_of_argument_type: [ OK ] 0.83 sec. 2025-05-26 08:38:34 00479_date_and_datetime_to_number: [ OK ] 0.96 sec. 2025-05-26 08:38:34 00486_if_fixed_string: [ OK ] 2.09 sec. 2025-05-26 08:38:35 00448_replicate_nullable_tuple_generic: [ OK ] 0.99 sec. 2025-05-26 08:38:35 00438_bit_rotate: [ OK ] 0.92 sec. 2025-05-26 08:38:36 00456_alter_nullable: [ OK ] 1.74 sec. 2025-05-26 08:38:36 00505_shard_secure: [ OK ] 6.99 sec. 2025-05-26 08:38:36 00436_convert_charset: [ OK ] 0.90 sec. 2025-05-26 08:38:37 00425_count_nullable: [ OK ] 1.19 sec. 2025-05-26 08:38:37 00430_https_server: [ OK ] 1.45 sec. 2025-05-26 08:38:37 00436_fixed_string_16_comparisons: [ OK ] 2.00 sec. 2025-05-26 08:38:38 00423_storage_log_single_thread: [ OK ] 1.57 sec. 2025-05-26 08:38:38 00414_time_zones_direct_conversion: [ OK ] 0.87 sec. 2025-05-26 08:38:39 00406_tuples_with_nulls: [ OK ] 0.92 sec. 2025-05-26 08:38:39 00502_custom_partitioning_replicated_zookeeper_long: [ OK ] 10.34 sec. 2025-05-26 08:38:39 00417_system_build_options: [ OK ] 2.30 sec. 2025-05-26 08:38:40 00413_distinct: [ OK ] 1.74 sec. 2025-05-26 08:38:40 00403_to_start_of_day: [ OK ] 0.71 sec. 2025-05-26 08:38:40 00388_enum_with_totals: [ OK ] 0.97 sec. 2025-05-26 08:38:41 00378_json_quote_64bit_integers: [ OK ] 1.57 sec. 2025-05-26 08:38:42 00349_visible_width: [ OK ] 0.76 sec. 2025-05-26 08:38:44 00345_index_accurate_comparison: [ OK ] 1.48 sec. 2025-05-26 08:38:44 00415_into_outfile: [ OK ] 6.61 sec. 2025-05-26 08:38:44 00719_parallel_ddl_table: [ OK ] 58.97 sec. 2025-05-26 08:38:44 00386_enum_in_pk: [ OK ] 4.95 sec. 2025-05-26 08:38:45 00288_empty_stripelog: [ OK ] 1.08 sec. 2025-05-26 08:38:45 00272_union_all_and_in_subquery: [ OK ] 0.86 sec. 2025-05-26 08:38:47 00270_views_query_processing_stage: [ OK ] 1.50 sec. 2025-05-26 08:38:48 00374_json_each_row_input_with_noisy_fields: [ OK ] 7.81 sec. 2025-05-26 08:38:48 00255_array_concat_string: [ OK ] 2.74 sec. 2025-05-26 08:38:49 00253_insert_recursive_defaults: [ OK ] 1.44 sec. 2025-05-26 08:38:50 00250_tuple_comparison: [ OK ] 1.85 sec. 2025-05-26 08:38:50 00233_position_function_sql_comparibilty: [ OK ] 1.37 sec. 2025-05-26 08:38:50 00237_group_by_arrays: [ OK ] 1.90 sec. 2025-05-26 08:38:51 00225_join_duplicate_columns: [ OK ] 0.95 sec. 2025-05-26 08:38:51 00220_shard_with_totals_in_subquery_remote_and_limit: [ OK ] 1.09 sec. 2025-05-26 08:38:51 00290_shard_aggregation_memory_efficient: [ OK ] 7.60 sec. 2025-05-26 08:38:52 00219_full_right_join_column_order: [ OK ] 1.28 sec. 2025-05-26 08:38:53 00214_primary_key_order: [ OK ] 1.36 sec. 2025-05-26 08:38:53 00211_shard_query_formatting_aliases: [ OK ] 1.76 sec. 2025-05-26 08:38:54 00200_shard_distinct_order_by_limit_distributed: [ OK ] 1.18 sec. 2025-05-26 08:38:56 00222_sequence_aggregate_function_family: [ OK ] 6.11 sec. 2025-05-26 08:38:57 00179_lambdas_with_common_expressions_and_filter: [ OK ] 0.87 sec. 2025-05-26 08:38:58 00498_array_functions_concat_slice_push_pop: [ OK ] 27.18 sec. 2025-05-26 08:38:58 00166_functions_of_aggregation_states: [ OK ] 1.05 sec. 2025-05-26 08:38:59 00144_empty_regexp: [ OK ] 0.85 sec. 2025-05-26 08:39:00 00181_aggregate_functions_statistics: [ OK ] 6.36 sec. 2025-05-26 08:39:01 00146_summing_merge_tree_nested_map: [ OK ] 3.21 sec. 2025-05-26 08:39:03 00128_group_by_number_and_fixed_string: [ OK ] 2.52 sec. 2025-05-26 08:39:04 00124_shard_distributed_with_many_replicas: [ OK ] 2.73 sec. 2025-05-26 08:39:04 00123_shard_unmerged_result_when_max_distributed_connections_is_one: [ OK ] 1.17 sec. 2025-05-26 08:39:06 00119_storage_join: [ OK ] 1.99 sec. 2025-05-26 08:39:07 00108_shard_totals_after_having: [ OK ] 2.57 sec. 2025-05-26 08:39:08 00103_ipv4_num_to_string_class_c: [ OK ] 1.22 sec. 2025-05-26 08:39:15 00142_parse_timestamp_as_datetime: [ OK ] 15.97 sec. 2025-05-26 08:39:16 00182_functions_higher_order_and_consts: [ OK ] 22.55 sec. 2025-05-26 08:39:18 00443_preferred_block_size_bytes: [ OK ] 43.67 sec. 2025-05-26 08:39:20 00068_empty_tiny_log: [ OK ] 1.33 sec. 2025-05-26 08:39:20 00070_insert_fewer_columns_http: [ OK ] 3.58 sec. 2025-05-26 08:39:21 00032_fixed_string_to_string: [ OK ] 0.94 sec. 2025-05-26 08:39:22 00027_distinct_and_order_by: [ OK ] 0.88 sec. 2025-05-26 08:39:23 00076_ip_coding_functions: [ OK ] 7.42 sec. 2025-05-26 08:39:24 00078_string_concat: [ OK ] 15.78 sec. 2025-05-26 08:39:24 00043_summing_empty_part: [ OK ] 3.58 sec. 2025-05-26 08:39:24 00019_shard_quantiles_totals_distributed: [ OK ] 1.68 sec. 2025-05-26 08:39:25 00015_totals_having_constants: [ OK ] 1.12 sec. 2025-05-26 08:39:25 2025-05-26 08:39:25 104 tests passed. 0 tests skipped. 887.66 s elapsed (ForkPoolWorker-5). 2025-05-26 08:39:25 00012_array_join_alias_2: [ OK ] 0.96 sec. 2025-05-26 08:39:25 2025-05-26 08:39:25 155 tests passed. 1 tests skipped. 888.15 s elapsed (ForkPoolWorker-3). 2025-05-26 08:39:26 00011_array_join_alias: [ OK ] 1.32 sec. 2025-05-26 08:39:26 2025-05-26 08:39:26 138 tests passed. 0 tests skipped. 888.72 s elapsed (ForkPoolWorker-2). 2025-05-26 08:39:26 00005_shard_format_ast_and_remote_table_lambda: [ OK ] 1.86 sec. 2025-05-26 08:39:26 2025-05-26 08:39:26 121 tests passed. 0 tests skipped. 889.54 s elapsed (ForkPoolWorker-9). 2025-05-26 08:39:31 00377_shard_group_uniq_array_of_string_array: [ OK ] 51.50 sec. 2025-05-26 08:39:31 2025-05-26 08:39:31 98 tests passed. 0 tests skipped. 894.52 s elapsed (ForkPoolWorker-6). 2025-05-26 08:39:38 00186_very_long_arrays: [ OK ] 44.84 sec. 2025-05-26 08:39:38 2025-05-26 08:39:38 85 tests passed. 2 tests skipped. 900.88 s elapsed (ForkPoolWorker-4). 2025-05-26 08:40:03 00312_position_case_insensitive_utf8: [ OK ] 79.31 sec. 2025-05-26 08:40:03 2025-05-26 08:40:03 115 tests passed. 1 tests skipped. 926.26 s elapsed (ForkPoolWorker-8). 2025-05-26 08:43:16 00097_long_storage_buffer_race_condition_mt: [ OK ] 248.94 sec. 2025-05-26 08:43:16 2025-05-26 08:43:16 124 tests passed. 1 tests skipped. 1119.40 s elapsed (ForkPoolWorker-7). 2025-05-26 08:43:16 2025-05-26 08:43:16 Running 98 stateless tests (MainProcess). 2025-05-26 08:43:16 2025-05-26 08:43:18 02983_const_sharding_key: [ OK ] 1.74 sec. 2025-05-26 08:43:19 02977_csv_format_support_tuple: [ OK ] 0.89 sec. 2025-05-26 08:43:21 02976_system_zookeeper_filters: [ OK ] 2.15 sec. 2025-05-26 08:43:31 02950_distributed_initial_query_event: [ OK ] 9.71 sec. 2025-05-26 08:43:37 02940_system_stacktrace_optimizations: [ OK ] 5.44 sec. 2025-05-26 08:43:39 02919_insert_meet_eternal_hardware_error: [ OK ] 2.55 sec. 2025-05-26 08:43:49 02918_fuzzjson_table_function: [ OK ] 9.77 sec. 2025-05-26 08:44:16 02884_authentication_quota: [ OK ] 26.80 sec. 2025-05-26 08:44:19 02813_avro_union_with_one_type: [ OK ] 2.76 sec. 2025-05-26 08:44:25 02771_multidirectory_globs_storage_file: [ OK ] 6.21 sec. 2025-05-26 08:44:28 02726_async_insert_flush_queue: [ OK ] 2.35 sec. 2025-05-26 08:44:32 02724_show_indexes: [ OK ] 4.32 sec. 2025-05-26 08:44:51 02713_create_user_substitutions: [ OK ] 19.18 sec. 2025-05-26 08:44:53 02710_show_table: [ OK ] 1.03 sec. 2025-05-26 08:44:54 02703_row_policies_for_asterisk: [ OK ] 1.43 sec. 2025-05-26 08:44:54 02581_share_big_sets_between_multiple_mutations_tasks_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 08:44:55 02554_rewrite_count_distinct_if_with_count_distinct_implementation: [ OK ] 1.11 sec. 2025-05-26 08:45:00 02496_storage_s3_profile_events: [ OK ] 4.14 sec. 2025-05-26 08:45:06 02494_query_cache_nested_query_bug: [ OK ] 6.65 sec. 2025-05-26 08:45:08 02494_query_cache_min_query_runs: [ OK ] 1.76 sec. 2025-05-26 08:45:12 02494_query_cache_normalize_ast: [ OK ] 3.97 sec. 2025-05-26 08:45:16 02494_query_cache_passive_usage: [ OK ] 3.98 sec. 2025-05-26 08:45:18 02483_substitute_udf_create: [ OK ] 1.90 sec. 2025-05-26 08:45:19 02483_add_engine_full_column_to_system_databases: [ OK ] 0.99 sec. 2025-05-26 08:45:26 02482_capnp_list_of_structs: [ OK ] 6.45 sec. 2025-05-26 08:46:57 02475_bson_each_row_format: [ OK ] 90.96 sec. 2025-05-26 08:46:58 02473_infile_progress: [ OK ] 1.17 sec. 2025-05-26 08:47:00 02458_default_setting: [ OK ] 1.41 sec. 2025-05-26 08:48:47 02455_one_row_from_csv_memory_usage: [ OK ] 107.58 sec. 2025-05-26 08:48:51 02416_rename_database_rbac: [ OK ] 3.32 sec. 2025-05-26 08:48:52 02405_avro_read_nested: [ OK ] 1.11 sec. 2025-05-26 08:49:21 02404_memory_bound_merging: [ OK ] 29.01 sec. 2025-05-26 08:49:27 02377_quota_key: [ OK ] 5.20 sec. 2025-05-26 08:49:30 02364_window_view_segfault: [ OK ] 3.31 sec. 2025-05-26 08:50:03 02313_filesystem_cache_seeks: [ OK ] 33.21 sec. 2025-05-26 08:50:07 02302_s3_file_pruning: [ OK ] 3.62 sec. 2025-05-26 08:50:08 02293_arrow_dictionary_indexes: [ OK ] 0.96 sec. 2025-05-26 08:50:26 02293_formats_json_columns: [ OK ] 17.24 sec. 2025-05-26 08:50:30 02286_use_file_descriptor_in_table_function_file: [ OK ] 3.90 sec. 2025-05-26 08:50:30 02252_jit_profile_events: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 08:50:38 02247_names_order_in_json_and_tskv: [ OK ] 7.90 sec. 2025-05-26 08:51:28 02246_tsv_csv_best_effort_schema_inference: [ OK ] 50.34 sec. 2025-05-26 08:51:30 02244_column_names_in_shcmea_inference: [ OK ] 1.38 sec. 2025-05-26 08:51:44 02243_drop_user_grant_race: [ OK ] 14.71 sec. 2025-05-26 08:51:59 02103_with_names_and_types_parallel_parsing: [ OK ] 14.06 sec. 2025-05-26 08:52:00 02102_sql_user_defined_functions_create_if_not_exists: [ OK ] 1.31 sec. 2025-05-26 08:52:59 02030_capnp_format: [ OK ] 59.34 sec. 2025-05-26 08:53:05 01946_test_zstd_decompression_with_escape_sequence_at_the_end_of_buffer: [ OK ] 5.74 sec. 2025-05-26 08:53:08 01925_test_storage_merge_aliases: [ OK ] 2.39 sec. 2025-05-26 08:53:10 01925_test_storage_merge_aliases_analyzer: [ OK ] 2.29 sec. 2025-05-26 08:54:09 01921_concurrent_ttl_and_normal_merges_zookeeper_long: [ OK ] 58.88 sec. 2025-05-26 08:54:12 01914_exchange_dictionaries: [ OK ] 2.12 sec. 2025-05-26 08:54:23 01913_exact_rows_before_limit: [ OK ] 10.93 sec. 2025-05-26 08:54:27 01904_ssd_cache_dictionary_default_nullable_type: [ OK ] 3.97 sec. 2025-05-26 08:54:30 01875_ssd_cache_dictionary_decimal256_type: [ OK ] 2.94 sec. 2025-05-26 08:54:31 01854_dictionary_range_hashed_min_max_attr: [ OK ] 1.00 sec. 2025-05-26 08:54:33 01780_clickhouse_dictionary_source_loop: [ OK ] 2.20 sec. 2025-05-26 08:54:35 01764_table_function_dictionary: [ OK ] 1.22 sec. 2025-05-26 08:54:39 01760_polygon_dictionaries: [ OK ] 3.84 sec. 2025-05-26 08:54:41 01747_join_view_filter_dictionary: [ OK ] 2.35 sec. 2025-05-26 08:54:42 01720_dictionary_create_source_with_functions: [ OK ] 1.26 sec. 2025-05-26 08:54:44 01705_normalize_create_alter_function_names: [ OK ] 1.56 sec. 2025-05-26 08:54:48 01683_flat_dictionary: [ OK ] 4.24 sec. 2025-05-26 08:54:52 01674_executable_dictionary_implicit_key: [ OK ] 3.56 sec. 2025-05-26 08:54:53 01598_memory_limit_zeros: [ OK ] 0.67 sec. 2025-05-26 08:55:44 01593_concurrent_alter_mutations_kill: [ OK ] 51.02 sec. 2025-05-26 08:55:50 01545_system_errors: [ OK ] 5.95 sec. 2025-05-26 08:56:08 01542_dictionary_load_exception_race: [ OK ] 17.44 sec. 2025-05-26 08:56:08 01541_max_memory_usage_for_user_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 08:56:32 01532_execute_merges_on_single_replica_long: [ OK ] 24.74 sec. 2025-05-26 08:56:35 01527_dist_sharding_key_dictGet_reload: [ OK ] 2.92 sec. 2025-05-26 08:56:39 01516_create_table_primary_key: [ OK ] 3.33 sec. 2025-05-26 08:56:40 01415_inconsistent_merge_tree_settings: [ OK ] 1.43 sec. 2025-05-26 08:56:42 01391_join_on_dict_crash: [ OK ] 1.79 sec. 2025-05-26 08:56:46 01358_union_threads_bug: [ OK ] 3.99 sec. 2025-05-26 08:56:49 01280_ttl_where_group_by_negative: [ OK ] 2.24 sec. 2025-05-26 08:56:52 01257_dictionary_mismatch_types: [ OK ] 3.57 sec. 2025-05-26 08:56:54 01254_dict_create_without_db: [ OK ] 1.51 sec. 2025-05-26 08:56:57 01231_distributed_aggregation_memory_efficient_mix_levels: [ OK ] 2.70 sec. 2025-05-26 08:57:41 01161_all_system_tables: [ OK ] 44.33 sec. 2025-05-26 08:57:43 01127_month_partitioning_consistency_select: [ OK ] 1.46 sec. 2025-05-26 08:57:49 01109_exchange_tables: [ OK ] 6.30 sec. 2025-05-26 08:58:17 01107_atomic_db_detach_attach: [ OK ] 27.59 sec. 2025-05-26 08:58:21 01078_window_view_alter_query_watch: [ OK ] 3.97 sec. 2025-05-26 08:59:25 01076_parallel_alter_replicated_zookeeper: [ OK ] 63.51 sec. 2025-05-26 08:59:33 01070_modify_ttl_recalc_only: [ OK ] 8.21 sec. 2025-05-26 08:59:36 01070_window_view_watch_events: [ OK ] 2.90 sec. 2025-05-26 08:59:39 01062_window_view_event_hop_watch_asc: [ OK ] 2.99 sec. 2025-05-26 09:00:08 01060_avro: [ OK ] 28.63 sec. 2025-05-26 09:00:14 01056_window_view_proc_hop_watch: [ OK ] 6.23 sec. 2025-05-26 09:00:18 01054_cache_dictionary_overflow_cell: [ OK ] 3.65 sec. 2025-05-26 09:00:23 01048_window_view_parser: [ OK ] 4.69 sec. 2025-05-26 09:00:39 01037_polygon_dicts_correctness_all: [ OK ] 16.20 sec. 2025-05-26 09:00:54 01037_polygon_dicts_simple_functions: [ OK ] 14.66 sec. 2025-05-26 09:01:35 01035_concurrent_move_partition_from_table_zookeeper: [ OK ] 41.39 sec. 2025-05-26 09:01:47 01003_kill_query_race_condition: [ OK ] 11.47 sec. 2025-05-26 09:02:51 00992_system_parts_race_condition_zookeeper_long: [ OK ] 64.39 sec. 2025-05-26 09:02:54 00834_cancel_http_readonly_queries_on_client_close: [ OK ] 3.16 sec. 2025-05-26 09:02:54 2025-05-26 09:02:54 95 tests passed. 3 tests skipped. 1178.06 s elapsed (MainProcess). 2025-05-26 09:02:55 Won't run stateful tests because test data wasn't loaded. 2025-05-26 09:02:55 Checking the hung queries: done 2025-05-26 09:02:55 2025-05-26 09:02:55 No queries hung. 2025-05-26 09:02:55 2025-05-26 09:02:55 Some tests were restarted: 2025-05-26 09:02:55 2025-05-26 09:02:55 2025-05-26 09:02:55 02481_async_insert_race_long : 2025-05-26 09:02:55 [ fail ] 29.59 sec. - having stderror: 2025-05-26 09:02:55 [954ddc6d25b0] 2025.05.26 08:27:46.139654 [ 7536 ] {bc5de574-8f25-4bea-86d1-17985e7cca23} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1124730 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory. (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:59244) (comment: 02481_async_insert_race_long.sh) (in query: INSERT INTO async_inserts_race VALUES ), Stack trace (when copying this message, always include the lines below): 2025-05-26 09:02:55 2025-05-26 09:02:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 09:02:55 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 09:02:55 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 09:02:55 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 09:02:55 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 09:02:55 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f02f404 2025-05-26 09:02:55 9. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000001f2235ea 2025-05-26 09:02:55 10. ./src/IO/BufferWithOwnMemory.h:159: DB::CompressedWriteBuffer::CompressedWriteBuffer(DB::WriteBuffer&, std::shared_ptr, unsigned long) @ 0x00000000316c691d 2025-05-26 09:02:55 11. ./src/Storages/MergeTree/MergeTreeDataPartWriterCompact.h:76: std::shared_ptr std::allocate_shared[abi:v15000], DB::HashingWriteBuffer&, std::shared_ptr&, void>(std::allocator const&, DB::HashingWriteBuffer&, std::shared_ptr&) @ 0x000000003939a78d 2025-05-26 09:02:55 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:0: void std::__function::__policy_invoker::__call_impl const&)::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x0000000039392561 2025-05-26 09:02:55 13. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63: DB::ISerialization::enumerateStreams(DB::ISerialization::EnumerateStreamsSettings&, std::function const&, DB::ISerialization::SubstreamData const&) const @ 0x0000000031b76674 2025-05-26 09:02:55 14. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:0: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000031b7720f 2025-05-26 09:02:55 15. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:100: DB::MergeTreeDataPartWriterCompact::addStreams(DB::NameAndTypePair const&, std::shared_ptr const&) @ 0x000000003938871a 2025-05-26 09:02:55 16. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:701: DB::MergeTreeDataPartWriterCompact::MergeTreeDataPartWriterCompact(std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039387ce3 2025-05-26 09:02:55 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataPartCompact::getWriter(DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x000000003935d4c0 2025-05-26 09:02:55 18. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:52: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr const&, bool, bool, DB::WriteSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039862d58 2025-05-26 09:02:55 19. ./src/Storages/MergeTree/MergeTreeIndexGranularity.h:14: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>, std::shared_ptr&, std::shared_ptr, bool, bool, DB::WriteSettings>(std::shared_ptr&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>&&, std::shared_ptr&, std::shared_ptr&&, bool&&, bool&&, DB::WriteSettings&&) @ 0x00000000399564de 2025-05-26 09:02:55 20. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:596: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x0000000039941e4c 2025-05-26 09:02:55 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:404: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000039939aaa 2025-05-26 09:02:55 22. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:0: DB::MergeTreeSink::consume(DB::Chunk) @ 0x0000000039dbcaa5 2025-05-26 09:02:55 23. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:0: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x000000003b2ef250 2025-05-26 09:02:55 24. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003aff5b40 2025-05-26 09:02:55 25. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:102: DB::runStep(std::function, DB::ThreadStatus*, std::atomic*) @ 0x000000003aff56ae 2025-05-26 09:02:55 26. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: DB::ExceptionKeepingTransform::work() @ 0x000000003aff4acc 2025-05-26 09:02:55 27. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6952d7 2025-05-26 09:02:55 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a6649a7 2025-05-26 09:02:55 29. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:410: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003a660c44 2025-05-26 09:02:55 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003a6606a8 2025-05-26 09:02:55 31. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003a65da3e 2025-05-26 09:02:55 2025-05-26 09:02:55 [954ddc6d25b0] 2025.05.26 08:27:46.669168 [ 7592 ] {a21e1bc1-56ae-4f64-8a83-3517cf11893c} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1118460 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory. (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:59304) (comment: 02481_async_insert_race_long.sh) (in query: INSERT INTO async_inserts_race VALUES ), Stack trace (when copying this message, always include the lines below): 2025-05-26 09:02:55 2025-05-26 09:02:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 09:02:55 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 09:02:55 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 09:02:55 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 09:02:55 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 09:02:55 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f02f404 2025-05-26 09:02:55 9. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000001f2235ea 2025-05-26 09:02:55 10. ./src/IO/BufferWithOwnMemory.h:159: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x000000001f2934b6 2025-05-26 09:02:55 11. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:102: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String) @ 0x000000001f29154d 2025-05-26 09:02:55 12. ./contrib/llvm-project/libcxx/include/string:1499: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long) @ 0x000000001f599989 2025-05-26 09:02:55 13. ./contrib/llvm-project/libcxx/include/string:1499: std::__unique_if::__unique_single std::make_unique[abi:v15000] const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&) @ 0x0000000032342943 2025-05-26 09:02:55 14. ./build_docker/./src/Disks/DiskLocal.cpp:0: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000032328efb 2025-05-26 09:02:55 15. ./src/Disks/FakeDiskTransaction.h:69: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x000000003237fe80 2025-05-26 09:02:55 16. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:137: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000038dc8439 2025-05-26 09:02:55 17. ./src/Storages/MergeTree/IDataPartStorage.h:0: DB::MergeTreeDataPartWriterCompact::MergeTreeDataPartWriterCompact(std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039386cce 2025-05-26 09:02:55 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataPartCompact::getWriter(DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x000000003935d4c0 2025-05-26 09:02:55 19. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:52: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr const&, bool, bool, DB::WriteSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039862d58 2025-05-26 09:02:55 20. ./src/Storages/MergeTree/MergeTreeIndexGranularity.h:14: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>, std::shared_ptr&, std::shared_ptr, bool, bool, DB::WriteSettings>(std::shared_ptr&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>&&, std::shared_ptr&, std::shared_ptr&&, bool&&, bool&&, DB::WriteSettings&&) @ 0x00000000399564de 2025-05-26 09:02:55 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:596: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x0000000039941e4c 2025-05-26 09:02:55 22. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:404: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000039939aaa 2025-05-26 09:02:55 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:0: DB::MergeTreeSink::consume(DB::Chunk) @ 0x0000000039dbcaa5 2025-05-26 09:02:55 24. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:0: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x000000003b2ef250 2025-05-26 09:02:55 25. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003aff5b40 2025-05-26 09:02:55 26. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:102: DB::runStep(std::function, DB::ThreadStatus*, std::atomic*) @ 0x000000003aff56ae 2025-05-26 09:02:55 27. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: DB::ExceptionKeepingTransform::work() @ 0x000000003aff4acc 2025-05-26 09:02:55 28. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6952d7 2025-05-26 09:02:55 29. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a6649a7 2025-05-26 09:02:55 30. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:410: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003a660c44 2025-05-26 09:02:55 31. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003a6606a8 2025-05-26 09:02:55 2025-05-26 09:02:55 [954ddc6d25b0] 2025.05.26 08:27:46.676218 [ 4351 ] {2be72525-cf1b-45e3-81c6-55b4b7d32289} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1118460 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory. (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:59334) (comment: 02481_async_insert_race_long.sh) (in query: INSERT INTO async_inserts_race VALUES ), Stack trace (when copying this message, always include the lines below): 2025-05-26 09:02:55 2025-05-26 09:02:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 09:02:55 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 09:02:55 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 09:02:55 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 09:02:55 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 09:02:55 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f02f404 2025-05-26 09:02:55 9. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000001f2235ea 2025-05-26 09:02:55 10. ./src/IO/BufferWithOwnMemory.h:159: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x000000001f2934b6 2025-05-26 09:02:55 11. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:102: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String) @ 0x000000001f29154d 2025-05-26 09:02:55 12. ./contrib/llvm-project/libcxx/include/string:1499: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long) @ 0x000000001f599989 2025-05-26 09:02:55 13. ./contrib/llvm-project/libcxx/include/string:1499: std::__unique_if::__unique_single std::make_unique[abi:v15000] const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&) @ 0x0000000032342943 2025-05-26 09:02:55 14. ./build_docker/./src/Disks/DiskLocal.cpp:0: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000032328efb 2025-05-26 09:02:55 15. ./src/Disks/FakeDiskTransaction.h:69: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x000000003237fe80 2025-05-26 09:02:55 16. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:137: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000038dc8439 2025-05-26 09:02:55 17. ./src/Storages/MergeTree/IDataPartStorage.h:0: DB::MergeTreeDataPartWriterCompact::MergeTreeDataPartWriterCompact(std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039386cce 2025-05-26 09:02:55 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataPartCompact::getWriter(DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x000000003935d4c0 2025-05-26 09:02:55 19. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:52: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr const&, bool, bool, DB::WriteSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039862d58 2025-05-26 09:02:55 20. ./src/Storages/MergeTree/MergeTreeIndexGranularity.h:14: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>, std::shared_ptr&, std::shared_ptr, bool, bool, DB::WriteSettings>(std::shared_ptr&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>&&, std::shared_ptr&, std::shared_ptr&&, bool&&, bool&&, DB::WriteSettings&&) @ 0x00000000399564de 2025-05-26 09:02:55 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:596: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x0000000039941e4c 2025-05-26 09:02:55 22. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:404: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000039939aaa 2025-05-26 09:02:55 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:0: DB::MergeTreeSink::consume(DB::Chunk) @ 0x0000000039dbcaa5 2025-05-26 09:02:55 24. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:0: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x000000003b2ef250 2025-05-26 09:02:55 25. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003aff5b40 2025-05-26 09:02:55 26. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:102: DB::runStep(std::function, DB::ThreadStatus*, std::atomic*) @ 0x000000003aff56ae 2025-05-26 09:02:55 27. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: DB::ExceptionKeepingTransform::work() @ 0x000000003aff4acc 2025-05-26 09:02:55 28. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6952d7 2025-05-26 09:02:55 29. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a6649a7 2025-05-26 09:02:55 30. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:410: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003a660c44 2025-05-26 09:02:55 31. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003a6606a8 2025-05-26 09:02:55 2025-05-26 09:02:55 [954ddc6d25b0] 2025.05.26 08:27:46.681790 [ 7568 ] {9b471992-97a1-4249-ac07-236c8d2d14a5} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1118460 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory. (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:59264) (comment: 02481_async_insert_race_long.sh) (in query: INSERT INTO async_inserts_race FORMAT JSONEachRow ), Stack trace (when copying this message, always include the lines below): 2025-05-26 09:02:55 2025-05-26 09:02:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 09:02:55 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 09:02:55 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 09:02:55 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 09:02:55 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 09:02:55 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f02f404 2025-05-26 09:02:55 9. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000001f2235ea 2025-05-26 09:02:55 10. ./src/IO/BufferWithOwnMemory.h:159: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x000000001f2934b6 2025-05-26 09:02:55 11. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:102: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String) @ 0x000000001f29154d 2025-05-26 09:02:55 12. ./contrib/llvm-project/libcxx/include/string:1499: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long) @ 0x000000001f599989 2025-05-26 09:02:55 13. ./contrib/llvm-project/libcxx/include/string:1499: std::__unique_if::__unique_single std::make_unique[abi:v15000] const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&) @ 0x0000000032342943 2025-05-26 09:02:55 14. ./build_docker/./src/Disks/DiskLocal.cpp:0: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000032328efb 2025-05-26 09:02:55 15. ./src/Disks/FakeDiskTransaction.h:69: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x000000003237fe80 2025-05-26 09:02:55 16. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:137: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000038dc8439 2025-05-26 09:02:55 17. ./src/Storages/MergeTree/IDataPartStorage.h:0: DB::MergeTreeDataPartWriterCompact::MergeTreeDataPartWriterCompact(std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039386cce 2025-05-26 09:02:55 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataPartCompact::getWriter(DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x000000003935d4c0 2025-05-26 09:02:55 19. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:52: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr const&, bool, bool, DB::WriteSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039862d58 2025-05-26 09:02:55 20. ./src/Storages/MergeTree/MergeTreeIndexGranularity.h:14: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>, std::shared_ptr&, std::shared_ptr, bool, bool, DB::WriteSettings>(std::shared_ptr&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>&&, std::shared_ptr&, std::shared_ptr&&, bool&&, bool&&, DB::WriteSettings&&) @ 0x00000000399564de 2025-05-26 09:02:55 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:596: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x0000000039941e4c 2025-05-26 09:02:55 22. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:404: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000039939aaa 2025-05-26 09:02:55 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:0: DB::MergeTreeSink::consume(DB::Chunk) @ 0x0000000039dbcaa5 2025-05-26 09:02:55 24. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:0: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x000000003b2ef250 2025-05-26 09:02:55 25. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003aff5b40 2025-05-26 09:02:55 26. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:102: DB::runStep(std::function, DB::ThreadStatus*, std::atomic*) @ 0x000000003aff56ae 2025-05-26 09:02:55 27. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: DB::ExceptionKeepingTransform::work() @ 0x000000003aff4acc 2025-05-26 09:02:55 28. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6952d7 2025-05-26 09:02:55 29. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a6649a7 2025-05-26 09:02:55 30. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:410: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003a660c44 2025-05-26 09:02:55 31. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003a6606a8 2025-05-26 09:02:55 2025-05-26 09:02:55 [954ddc6d25b0] 2025.05.26 08:27:46.991188 [ 7535 ] {d26c07ed-aab9-4bdc-a7a6-ea1546279fe8} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1124730 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory. (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:59240) (comment: 02481_async_insert_race_long.sh) (in query: INSERT INTO async_inserts_race FORMAT CSV ), Stack trace (when copying this message, always include the lines below): 2025-05-26 09:02:55 2025-05-26 09:02:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 09:02:55 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 09:02:55 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 09:02:55 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 09:02:55 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 09:02:55 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f02f404 2025-05-26 09:02:55 9. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000001f2235ea 2025-05-26 09:02:55 10. ./src/IO/BufferWithOwnMemory.h:159: DB::CompressedWriteBuffer::CompressedWriteBuffer(DB::WriteBuffer&, std::shared_ptr, unsigned long) @ 0x00000000316c691d 2025-05-26 09:02:55 11. ./src/Storages/MergeTree/MergeTreeDataPartWriterCompact.h:76: std::shared_ptr std::allocate_shared[abi:v15000], DB::HashingWriteBuffer&, std::shared_ptr&, void>(std::allocator const&, DB::HashingWriteBuffer&, std::shared_ptr&) @ 0x000000003939a78d 2025-05-26 09:02:55 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:0: void std::__function::__policy_invoker::__call_impl const&)::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x0000000039392561 2025-05-26 09:02:55 13. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63: DB::ISerialization::enumerateStreams(DB::ISerialization::EnumerateStreamsSettings&, std::function const&, DB::ISerialization::SubstreamData const&) const @ 0x0000000031b76674 2025-05-26 09:02:55 14. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:0: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000031b7720f 2025-05-26 09:02:55 15. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:100: DB::MergeTreeDataPartWriterCompact::addStreams(DB::NameAndTypePair const&, std::shared_ptr const&) @ 0x000000003938871a 2025-05-26 09:02:55 16. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:701: DB::MergeTreeDataPartWriterCompact::MergeTreeDataPartWriterCompact(std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039387ce3 2025-05-26 09:02:55 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataPartCompact::getWriter(DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x000000003935d4c0 2025-05-26 09:02:55 18. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:52: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr const&, bool, bool, DB::WriteSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039862d58 2025-05-26 09:02:55 19. ./src/Storages/MergeTree/MergeTreeIndexGranularity.h:14: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>, std::shared_ptr&, std::shared_ptr, bool, bool, DB::WriteSettings>(std::shared_ptr&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>&&, std::shared_ptr&, std::shared_ptr&&, bool&&, bool&&, DB::WriteSettings&&) @ 0x00000000399564de 2025-05-26 09:02:55 20. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:596: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x0000000039941e4c 2025-05-26 09:02:55 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:404: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000039939aaa 2025-05-26 09:02:55 22. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:0: DB::MergeTreeSink::consume(DB::Chunk) @ 0x0000000039dbcaa5 2025-05-26 09:02:55 23. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:0: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x000000003b2ef250 2025-05-26 09:02:55 24. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003aff5b40 2025-05-26 09:02:55 25. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:102: DB::runStep(std::function, DB::ThreadStatus*, std::atomic*) @ 0x000000003aff56ae 2025-05-26 09:02:55 26. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: DB::ExceptionKeepingTransform::work() @ 0x000000003aff4acc 2025-05-26 09:02:55 27. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6952d7 2025-05-26 09:02:55 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a6649a7 2025-05-26 09:02:55 29. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:410: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003a660c44 2025-05-26 09:02:55 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003a6606a8 2025-05-26 09:02:55 31. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003a65da3e 2025-05-26 09:02:55 2025-05-26 09:02:55 [954ddc6d25b0] 2025.05.26 08:27:46.991753 [ 7583 ] {51085f19-d5b1-497b-a5f0-b21a67a0b061} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1118460 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory. (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:59296) (comment: 02481_async_insert_race_long.sh) (in query: INSERT INTO async_inserts_race VALUES ), Stack trace (when copying this message, always include the lines below): 2025-05-26 09:02:55 2025-05-26 09:02:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 09:02:55 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 09:02:55 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 09:02:55 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 09:02:55 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 09:02:55 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f02f404 2025-05-26 09:02:55 9. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000001f2235ea 2025-05-26 09:02:55 10. ./src/IO/BufferWithOwnMemory.h:159: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x000000001f2934b6 2025-05-26 09:02:55 11. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:102: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String) @ 0x000000001f29154d 2025-05-26 09:02:55 12. ./contrib/llvm-project/libcxx/include/string:1499: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long) @ 0x000000001f599989 2025-05-26 09:02:55 13. ./contrib/llvm-project/libcxx/include/string:1499: std::__unique_if::__unique_single std::make_unique[abi:v15000] const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&) @ 0x0000000032342943 2025-05-26 09:02:55 14. ./build_docker/./src/Disks/DiskLocal.cpp:0: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000032328efb 2025-05-26 09:02:55 15. ./src/Disks/FakeDiskTransaction.h:69: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x000000003237fe80 2025-05-26 09:02:55 16. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:137: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000038dc8439 2025-05-26 09:02:55 17. ./src/Storages/MergeTree/IDataPartStorage.h:0: DB::MergeTreeDataPartWriterCompact::MergeTreeDataPartWriterCompact(std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039386cce 2025-05-26 09:02:55 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataPartCompact::getWriter(DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x000000003935d4c0 2025-05-26 09:02:55 19. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:52: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr const&, bool, bool, DB::WriteSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039862d58 2025-05-26 09:02:55 20. ./src/Storages/MergeTree/MergeTreeIndexGranularity.h:14: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>, std::shared_ptr&, std::shared_ptr, bool, bool, DB::WriteSettings>(std::shared_ptr&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>&&, std::shared_ptr&, std::shared_ptr&&, bool&&, bool&&, DB::WriteSettings&&) @ 0x00000000399564de 2025-05-26 09:02:55 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:596: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x0000000039941e4c 2025-05-26 09:02:55 22. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:404: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000039939aaa 2025-05-26 09:02:55 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:0: DB::MergeTreeSink::consume(DB::Chunk) @ 0x0000000039dbcaa5 2025-05-26 09:02:55 24. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:0: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x000000003b2ef250 2025-05-26 09:02:55 25. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003aff5b40 2025-05-26 09:02:55 26. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:102: DB::runStep(std::function, DB::ThreadStatus*, std::atomic*) @ 0x000000003aff56ae 2025-05-26 09:02:55 27. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: DB::ExceptionKeepingTransform::work() @ 0x000000003aff4acc 2025-05-26 09:02:55 28. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6952d7 2025-05-26 09:02:55 29. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a6649a7 2025-05-26 09:02:55 30. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:410: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003a660c44 2025-05-26 09:02:55 31. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003a6606a8 2025-05-26 09:02:55 2025-05-26 09:02:55 [954ddc6d25b0] 2025.05.26 08:27:49.551022 [ 7358 ] {0971ea08-ad3c-47e4-b886-58f41f719ce7} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1057087 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory. (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:59344) (comment: 02481_async_insert_race_long.sh) (in query: INSERT INTO async_inserts_race VALUES ), Stack trace (when copying this message, always include the lines below): 2025-05-26 09:02:55 2025-05-26 09:02:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 09:02:55 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 09:02:55 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 09:02:55 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 09:02:55 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 09:02:55 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f02f404 2025-05-26 09:02:55 9. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000001f2235ea 2025-05-26 09:02:55 10. ./src/IO/BufferWithOwnMemory.h:159: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x000000001f2934b6 2025-05-26 09:02:55 11. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:102: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String) @ 0x000000001f29154d 2025-05-26 09:02:55 12. ./contrib/llvm-project/libcxx/include/string:1499: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long) @ 0x000000001f599989 2025-05-26 09:02:55 13. ./contrib/llvm-project/libcxx/include/string:1499: std::__unique_if::__unique_single std::make_unique[abi:v15000] const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&) @ 0x0000000032342943 2025-05-26 09:02:55 14. ./build_docker/./src/Disks/DiskLocal.cpp:0: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000032328efb 2025-05-26 09:02:55 15. ./src/Disks/FakeDiskTransaction.h:69: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x000000003237fe80 2025-05-26 09:02:55 16. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:137: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000038dc8439 2025-05-26 09:02:55 17. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterOnDisk.cpp:240: DB::MergeTreeDataPartWriterOnDisk::initPrimaryIndex() @ 0x00000000393a8e5f 2025-05-26 09:02:55 18. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterOnDisk.cpp:171: DB::MergeTreeDataPartWriterOnDisk::MergeTreeDataPartWriterOnDisk(std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x00000000393a8474 2025-05-26 09:02:55 19. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterCompact.cpp:22: DB::MergeTreeDataPartWriterCompact::MergeTreeDataPartWriterCompact(std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039386b1f 2025-05-26 09:02:55 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataPartCompact::getWriter(DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x000000003935d4c0 2025-05-26 09:02:55 21. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:52: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr const&, bool, bool, DB::WriteSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039862d58 2025-05-26 09:02:55 22. ./src/Storages/MergeTree/MergeTreeIndexGranularity.h:14: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>, std::shared_ptr&, std::shared_ptr, bool, bool, DB::WriteSettings>(std::shared_ptr&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>&&, std::shared_ptr&, std::shared_ptr&&, bool&&, bool&&, DB::WriteSettings&&) @ 0x00000000399564de 2025-05-26 09:02:55 23. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:596: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x0000000039941e4c 2025-05-26 09:02:55 24. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:404: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000039939aaa 2025-05-26 09:02:55 25. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:0: DB::MergeTreeSink::consume(DB::Chunk) @ 0x0000000039dbcaa5 2025-05-26 09:02:55 26. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:0: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x000000003b2ef250 2025-05-26 09:02:55 27. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003aff5b40 2025-05-26 09:02:55 28. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:102: DB::runStep(std::function, DB::ThreadStatus*, std::atomic*) @ 0x000000003aff56ae 2025-05-26 09:02:55 29. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:0: DB::ExceptionKeepingTransform::work() @ 0x000000003aff4acc 2025-05-26 09:02:55 30. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6952d7 2025-05-26 09:02:55 31. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a6649a7 2025-05-26 09:02:55 2025-05-26 09:02:55 Received exception from server (version 24.3.18): 2025-05-26 09:02:55 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1124730 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory.. (MEMORY_LIMIT_EXCEEDED) 2025-05-26 09:02:55 Received exception from server (version 24.3.18): 2025-05-26 09:02:55 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1118460 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory.. (MEMORY_LIMIT_EXCEEDED) 2025-05-26 09:02:55 (query: INSERT INTO async_inserts_race VALUES (7, 'g') (8, 'h')) 2025-05-26 09:02:55 (query: INSERT INTO async_inserts_race VALUES (7, 'g') (8, 'h')) 2025-05-26 09:02:55 Received exception from server (version 24.3.18): 2025-05-26 09:02:55 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1118460 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory.. (MEMORY_LIMIT_EXCEEDED) 2025-05-26 09:02:55 (query: INSERT INTO async_inserts_race FORMAT JSONEachRow {"id": 5, "s": "e"} {"id": 6, "s": "f"}) 2025-05-26 09:02:55 Received exception from server (version 24.3.18): 2025-05-26 09:02:55 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1057087 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory.. (MEMORY_LIMIT_EXCEEDED) 2025-05-26 09:02:55 (query: INSERT INTO async_inserts_race VALUES (7, 'g') (8, 'h')) 2025-05-26 09:02:55 Received exception from server (version 24.3.18): 2025-05-26 09:02:55 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1118460 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory.. (MEMORY_LIMIT_EXCEEDED) 2025-05-26 09:02:55 (query: INSERT INTO async_inserts_race VALUES (7, 'g') (8, 'h')) 2025-05-26 09:02:55 Received exception from server (version 24.3.18): 2025-05-26 09:02:55 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1118460 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory.. (MEMORY_LIMIT_EXCEEDED) 2025-05-26 09:02:55 (query: INSERT INTO async_inserts_race VALUES (7, 'g') (8, 'h')) 2025-05-26 09:02:55 Received exception from server (version 24.3.18): 2025-05-26 09:02:55 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1124730 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory.. (MEMORY_LIMIT_EXCEEDED) 2025-05-26 09:02:55 (query: INSERT INTO async_inserts_race FORMAT CSV 1,"a") 2025-05-26 09:02:55 2025-05-26 09:02:55 stdout: 2025-05-26 09:02:55 ok 2025-05-26 09:02:55 2025-05-26 09:02:55 2025-05-26 09:02:55 Database: test_34zq63n2 2025-05-26 09:02:55 2025-05-26 09:02:55 02521_aggregation_by_partitions : 2025-05-26 09:02:55 [ fail ] 48.25 sec. - return code: 241 2025-05-26 09:02:55 [954ddc6d25b0] 2025.05.26 08:28:00.360456 [ 3283 ] {2e3a1b3d-b95a-465f-8c5e-d03cb56a224a} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 28.25 GiB (attempt to allocate chunk of 1067520 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: while receiving packet from 127.0.0.2:9000: While executing Remote. (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:54834) (comment: 02521_aggregation_by_partitions.sql) (in query: select throwIf(count() != 4) from remote('127.0.0.{1,2}', currentDatabase(), t3) group by a format Null;), Stack trace (when copying this message, always include the lines below): 2025-05-26 09:02:55 2025-05-26 09:02:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 09:02:55 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 09:02:55 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 09:02:55 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 09:02:55 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 09:02:55 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f02f404 2025-05-26 09:02:55 9. DB::Arena::addMemoryChunk(unsigned long) @ 0x000000000ad2b8c3 2025-05-26 09:02:55 10. DB::Arena::alignedAlloc(unsigned long, unsigned long) @ 0x000000000ad2b33b 2025-05-26 09:02:55 11. ./build_docker/./src/DataTypes/Serializations/SerializationAggregateFunction.cpp:94: DB::SerializationAggregateFunction::deserializeBinaryBulk(DB::IColumn&, DB::ReadBuffer&, unsigned long, double) const @ 0x0000000031b90843 2025-05-26 09:02:55 12. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:0: DB::ISerialization::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::shared_ptr&, std::unordered_map::immutable_ptr, std::hash, std::equal_to, std::allocator::immutable_ptr>>>*) const @ 0x0000000031b78bbc 2025-05-26 09:02:55 13. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:202: DB::NativeReader::readData(DB::ISerialization const&, COW::immutable_ptr&, DB::ReadBuffer&, unsigned long, double) @ 0x000000003a596ef4 2025-05-26 09:02:55 14. ./build_docker/./src/Formats/NativeReader.cpp:0: DB::NativeReader::read() @ 0x000000003a59b6e6 2025-05-26 09:02:55 15. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:801: DB::Connection::receiveDataImpl(DB::NativeReader&) @ 0x000000003a1465ca 2025-05-26 09:02:55 16. ./build_docker/./src/Client/Connection.cpp:1066: DB::Connection::receivePacket() @ 0x000000003a142ffb 2025-05-26 09:02:55 17. ./build_docker/./src/Client/PacketReceiver.cpp:66: DB::PacketReceiver::Task::run(std::function, std::function) @ 0x000000003a215110 2025-05-26 09:02:55 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:818: ? @ 0x00000000318f4ddc 2025-05-26 09:02:55 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:818: ? @ 0x00000000318f4582 2025-05-26 09:02:55 20. ./contrib/boost/boost/context/fiber_ucontext.hpp:0: boost::context::detail::fiber_capture_record>::run() @ 0x00000000318f3d93 2025-05-26 09:02:55 21. ./contrib/boost/boost/context/fiber_ucontext.hpp:82: void boost::context::detail::fiber_entry_func>>(unsigned int, unsigned int) @ 0x00000000318f13b2 2025-05-26 09:02:55 2025-05-26 09:02:55 Received exception from server (version 24.3.18): 2025-05-26 09:02:55 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 28.25 GiB (attempt to allocate chunk of 1067520 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: while receiving packet from 127.0.0.2:9000: While executing Remote. (MEMORY_LIMIT_EXCEEDED) 2025-05-26 09:02:55 (query: select throwIf(count() != 4) from remote('127.0.0.{1,2}', currentDatabase(), t3) group by a format Null;) 2025-05-26 09:02:55 , result: 2025-05-26 09:02:55 2025-05-26 09:02:55 -- { echoOn } 2025-05-26 09:02:55 explain pipeline select a from t1 group by a; 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 16 2025-05-26 09:02:55 (Aggregating) 2025-05-26 09:02:55 Resize 4 → 16 2025-05-26 09:02:55 AggregatingTransform × 4 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 4 2025-05-26 09:02:55 (ReadFromMergeTree) 2025-05-26 09:02:55 Resize 3 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 3 0 → 1 2025-05-26 09:02:55 Resize 3 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 3 0 → 1 2025-05-26 09:02:55 Resize 3 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 3 0 → 1 2025-05-26 09:02:55 Resize 3 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 3 0 → 1 2025-05-26 09:02:55 1000000 2025-05-26 09:02:55 -- { echoOn } 2025-05-26 09:02:55 explain pipeline select a from t2 group by a; 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 16 2025-05-26 09:02:55 (Aggregating) 2025-05-26 09:02:55 Resize 8 → 16 2025-05-26 09:02:55 AggregatingTransform × 8 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 8 2025-05-26 09:02:55 (ReadFromMergeTree) 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 1000000 2025-05-26 09:02:55 -- { echoOn } 2025-05-26 09:02:55 explain pipeline select a from t3 group by a; 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 16 2025-05-26 09:02:55 (Aggregating) 2025-05-26 09:02:55 Resize 16 → 16 2025-05-26 09:02:55 AggregatingTransform × 16 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 16 2025-05-26 09:02:55 (ReadFromMergeTree) 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 1000000 2025-05-26 09:02:55 2025-05-26 09:02:55 stdout: 2025-05-26 09:02:55 -- { echoOn } 2025-05-26 09:02:55 explain pipeline select a from t1 group by a; 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 16 2025-05-26 09:02:55 (Aggregating) 2025-05-26 09:02:55 Resize 4 → 16 2025-05-26 09:02:55 AggregatingTransform × 4 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 4 2025-05-26 09:02:55 (ReadFromMergeTree) 2025-05-26 09:02:55 Resize 3 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 3 0 → 1 2025-05-26 09:02:55 Resize 3 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 3 0 → 1 2025-05-26 09:02:55 Resize 3 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 3 0 → 1 2025-05-26 09:02:55 Resize 3 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 3 0 → 1 2025-05-26 09:02:55 1000000 2025-05-26 09:02:55 -- { echoOn } 2025-05-26 09:02:55 explain pipeline select a from t2 group by a; 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 16 2025-05-26 09:02:55 (Aggregating) 2025-05-26 09:02:55 Resize 8 → 16 2025-05-26 09:02:55 AggregatingTransform × 8 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 8 2025-05-26 09:02:55 (ReadFromMergeTree) 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 Resize 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPool, algorithm: Thread) × 2 0 → 1 2025-05-26 09:02:55 1000000 2025-05-26 09:02:55 -- { echoOn } 2025-05-26 09:02:55 explain pipeline select a from t3 group by a; 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 16 2025-05-26 09:02:55 (Aggregating) 2025-05-26 09:02:55 Resize 16 → 16 2025-05-26 09:02:55 AggregatingTransform × 16 2025-05-26 09:02:55 (Expression) 2025-05-26 09:02:55 ExpressionTransform × 16 2025-05-26 09:02:55 (ReadFromMergeTree) 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 Concat 2 → 1 2025-05-26 09:02:55 MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder) × 2 0 → 1 2025-05-26 09:02:55 1000000 2025-05-26 09:02:55 2025-05-26 09:02:55 2025-05-26 09:02:55 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 771387 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 5565784 --max_read_buffer_size 919519 --prefer_localhost_replica 1 --max_block_size 68893 --max_threads 39 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 64 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 12906155 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 8404967111 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method pread --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 29 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 1 --max_bytes_before_external_group_by 1 --max_bytes_before_remerge_sort 2629568201 --min_compress_block_size 1350875 --max_compress_block_size 442024 --merge_tree_compact_parts_min_granules_to_multibuffer_read 21 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 8555050 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone America/Rio_Branco --prefer_warmed_unmerged_parts_seconds 3 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.57 2025-05-26 09:02:55 2025-05-26 09:02:55 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 12 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 23038848 --merge_max_block_size 3268 --index_granularity 2948 --min_bytes_for_wide_part 398857017 --marks_compress_block_size 75645 --primary_key_compress_block_size 98341 --replace_long_file_name_to_hash 0 --max_file_name_length 43 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 348735411 --compact_parts_max_granules_to_buffer 228 --compact_parts_merge_max_bytes_to_prefetch_part 16260666 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 293 2025-05-26 09:02:55 2025-05-26 09:02:55 Database: test_ve5263we 2025-05-26 09:02:55 2025-05-26 09:02:55 02494_zero_copy_projection_cancel_fetch : 2025-05-26 09:02:55 [ fail ] 50.62 sec. - having stderror: 2025-05-26 09:02:55 [954ddc6d25b0] 2025.05.26 08:27:59.050515 [ 2919 ] {b96fb061-8497-44e4-8e3a-69be1d71af8d} executeQuery: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1054909 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory. (MEMORY_LIMIT_EXCEEDED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:59166) (comment: 02494_zero_copy_projection_cancel_fetch.sh) (in query: INSERT INTO wikistat1 SELECT toDateTime('2020-10-01 00:00:00'), 'hello', 'world', '/data/path', 10 from numbers(1000)), Stack trace (when copying this message, always include the lines below): 2025-05-26 09:02:55 2025-05-26 09:02:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 09:02:55 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 09:02:55 2. ./contrib/llvm-project/libcxx/include/string:1499: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000001f148790 2025-05-26 09:02:55 3. ./build_docker/./src/Common/MemoryTracker.cpp:340: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f145e2b 2025-05-26 09:02:55 4. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 5. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 6. ./build_docker/./src/Common/MemoryTracker.cpp:0: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000001f144cae 2025-05-26 09:02:55 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:59: CurrentMemoryTracker::alloc(long) @ 0x000000001f034346 2025-05-26 09:02:55 8. ./build_docker/./src/Common/Allocator.cpp:114: Allocator::alloc(unsigned long, unsigned long) @ 0x000000001f02f404 2025-05-26 09:02:55 9. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000001f2235ea 2025-05-26 09:02:55 10. ./src/IO/BufferWithOwnMemory.h:0: DB::WriteBufferFromS3::allocateFirstBuffer() @ 0x0000000030f754d4 2025-05-26 09:02:55 11. ./build_docker/./src/IO/WriteBufferFromS3.cpp:0: DB::WriteBufferFromS3::allocateBuffer() @ 0x0000000030f5eb82 2025-05-26 09:02:55 12. ./build_docker/./src/IO/WriteBufferFromS3.cpp:0: DB::WriteBufferFromS3::WriteBufferFromS3(std::shared_ptr, String const&, String const&, unsigned long, DB::S3Settings::RequestSettings const&, std::shared_ptr, std::optional, std::allocator>>>, std::function (std::function&&, Priority)>, DB::WriteSettings const&) @ 0x0000000030f5ced6 2025-05-26 09:02:55 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:818: ? @ 0x000000003250e1d9 2025-05-26 09:02:55 14. ./build_docker/./src/Disks/ObjectStorages/S3/S3ObjectStorage.cpp:0: DB::S3ObjectStorage::writeObject(DB::StoredObject const&, DB::WriteMode, std::optional, std::allocator>>>, unsigned long, DB::WriteSettings const&) @ 0x00000000324f7095 2025-05-26 09:02:55 15. ./build_docker/./src/Disks/ObjectStorages/Cached/CachedObjectStorage.cpp:86: DB::CachedObjectStorage::writeObject(DB::StoredObject const&, DB::WriteMode, std::optional, std::allocator>>>, unsigned long, DB::WriteSettings const&) @ 0x000000003248d364 2025-05-26 09:02:55 16. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp:767: DB::DiskObjectStorageTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x00000000324046ce 2025-05-26 09:02:55 17. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorage.cpp:0: DB::DiskObjectStorage::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x00000000323e795b 2025-05-26 09:02:55 18. ./src/Disks/FakeDiskTransaction.h:69: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x000000003237fe80 2025-05-26 09:02:55 19. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:137: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x0000000038dc8439 2025-05-26 09:02:55 20. ./src/Storages/MergeTree/IDataPartStorage.h:0: DB::MergeTreeDataPartWriterOnDisk::Stream::Stream(String const&, std::shared_ptr const&, String const&, String const&, String const&, String const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&, unsigned long, DB::WriteSettings const&) @ 0x00000000393a5a4d 2025-05-26 09:02:55 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if>::__unique_single std::make_unique[abi:v15000], String&, std::shared_ptr, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings const&>(String&, std::shared_ptr&&, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings const&) @ 0x00000000393ed46b 2025-05-26 09:02:55 22. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:150: void std::__function::__policy_invoker::__call_impl const&)::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x00000000393e2568 2025-05-26 09:02:55 23. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63: DB::ISerialization::enumerateStreams(DB::ISerialization::EnumerateStreamsSettings&, std::function const&, DB::ISerialization::SubstreamData const&) const @ 0x0000000031b76674 2025-05-26 09:02:55 24. ./build_docker/./src/DataTypes/Serializations/SerializationLowCardinality.cpp:59: DB::SerializationLowCardinality::enumerateStreams(DB::ISerialization::EnumerateStreamsSettings&, std::function const&, DB::ISerialization::SubstreamData const&) const @ 0x0000000031c15139 2025-05-26 09:02:55 25. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:0: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000031b7720f 2025-05-26 09:02:55 26. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:100: DB::MergeTreeDataPartWriterWide::addStreams(DB::NameAndTypePair const&, std::shared_ptr const&) @ 0x00000000393cbea3 2025-05-26 09:02:55 27. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:0: DB::MergeTreeDataPartWriterWide::MergeTreeDataPartWriterWide(std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x00000000393cb8ab 2025-05-26 09:02:55 28. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataPartWide::getWriter(DB::NamesAndTypesList const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039378fa8 2025-05-26 09:02:55 29. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:52: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr const&, bool, bool, DB::WriteSettings const&, DB::MergeTreeIndexGranularity const&) @ 0x0000000039862d58 2025-05-26 09:02:55 30. ./src/Storages/MergeTree/MergeTreeIndexGranularity.h:14: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>, std::shared_ptr&, std::shared_ptr, bool, bool, DB::WriteSettings>(std::shared_ptr&, std::shared_ptr const&, DB::NamesAndTypesList&, std::vector, std::allocator>>&, std::vector, std::allocator>>&&, std::shared_ptr&, std::shared_ptr&&, bool&&, bool&&, DB::WriteSettings&&) @ 0x00000000399564de 2025-05-26 09:02:55 31. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:596: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x0000000039941e4c 2025-05-26 09:02:55 2025-05-26 09:02:55 Received exception from server (version 24.3.18): 2025-05-26 09:02:55 Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (total) exceeded: would use 28.24 GiB (attempt to allocate chunk of 1054909 bytes), maximum: 27.54 GiB. OvercommitTracker decision: Memory overcommit has freed not enough memory.. (MEMORY_LIMIT_EXCEEDED) 2025-05-26 09:02:55 (query: INSERT INTO wikistat1 SELECT toDateTime('2020-10-01 00:00:00'), 'hello', 'world', '/data/path', 10 from numbers(1000)) 2025-05-26 09:02:55 2025-05-26 09:02:55 stdout: 2025-05-26 09:02:55 0 2025-05-26 09:02:55 0 2025-05-26 09:02:55 2025-05-26 09:02:55 Settings used in the test: --max_insert_threads 14 --group_by_two_level_threshold 801158 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 9710149 --max_read_buffer_size 920421 --prefer_localhost_replica 1 --max_block_size 75581 --max_threads 46 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 85 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 8724452 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 25 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2885057558 --min_compress_block_size 818187 --max_compress_block_size 3139271 --merge_tree_compact_parts_min_granules_to_multibuffer_read 118 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2990974 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone America/Rio_Branco --prefer_warmed_unmerged_parts_seconds 9 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.98 2025-05-26 09:02:55 2025-05-26 09:02:55 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 541034 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 25420603 --merge_max_block_size 13877 --index_granularity 33115 --min_bytes_for_wide_part 0 --marks_compress_block_size 82840 --primary_key_compress_block_size 13268 --replace_long_file_name_to_hash 0 --max_file_name_length 13 --min_bytes_for_full_part_storage 28940350 --compact_parts_max_bytes_to_buffer 298237323 --compact_parts_max_granules_to_buffer 142 --compact_parts_merge_max_bytes_to_prefetch_part 13927818 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 2025-05-26 09:02:55 2025-05-26 09:03:00 Database: test_7s9j81h7 2025-05-26 09:03:00 All tests have finished. 2025-05-26 09:03:00 2025-05-26 09:03:00 Top patterns of log messages: 2025-05-26 09:03:00 2025-05-26 09:03:00 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2025-05-26 09:03:00 2025-05-26 09:03:00 1. 58961 0.083 4.82 MiB 0.039 19 852 ['Trace'] 0.001 Access granted: {}{} 2025-05-26 09:03:00 2. 41605 0.058 8.12 MiB 0.066 1 396 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2025-05-26 09:03:00 3. 41584 0.058 6.23 MiB 0.051 3 395 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2025-05-26 09:03:00 4. 35236 0.049 994.16 KiB 0.008 1 395 ['Debug'] 0.001 Processed in {} sec. 2025-05-26 09:03:00 5. 22814 0.032 21.84 MiB 0.178 1 291 ['Trace'] 0.002 Query {} to stage {}{} 2025-05-26 09:03:00 6. 22150 0.031 22.13 MiB 0.18 1 291 ['Trace'] 0.002 Query {} from stage {} to stage {}{} 2025-05-26 09:03:00 7. 19311 0.027 867.93 KiB 0.007 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2025-05-26 09:03:00 8. 17287 0.024 1.35 MiB 0.011 1 386 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2025-05-26 09:03:00 9. 15037 0.021 1.04 MiB 0.008 1 1286 ['Trace'] 0.501 Reserved {} on local disk {}, having unreserved {}. 2025-05-26 09:03:00 10. 13286 0.019 1.08 MiB 0.009 4 471 ['Debug'] 0.995 {} Authenticating user '{}' from {} 2025-05-26 09:03:00 11. 13256 0.019 1.45 MiB 0.012 4 471 ['Debug'] 0.995 {} Authenticated with global context as user {} 2025-05-26 09:03:00 12. 13218 0.019 1.13 MiB 0.009 4 468 ['Debug'] 0.995 {} Logout, user_id: {} 2025-05-26 09:03:00 13. 12841 0.018 1.45 MiB 0.012 658 742 ['Trace'] 0.344 Renaming temporary part {} to {} with tid {}. 2025-05-26 09:03:00 14. 12426 0.017 3.82 MiB 0.031 1 507 ['Information'] 1 Removing metadata {} of dropped table {} 2025-05-26 09:03:00 15. 12426 0.017 2.28 MiB 0.019 1 507 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2025-05-26 09:03:00 16. 12421 0.017 921.87 KiB 0.007 1 128 ['Debug'] 0 Waiting for table {} to be finally dropped 2025-05-26 09:03:00 17. 12288 0.017 1.31 MiB 0.011 3 395 ['Debug'] 1 {} Creating session context with user_id: {} 2025-05-26 09:03:00 18. 11869 0.017 581.06 KiB 0.005 1 417 ['Debug'] 0.253 Peak memory usage{}: {}. 2025-05-26 09:03:00 19. 11818 0.017 819.48 KiB 0.007 658 1188 ['Trace'] 0.545 Trying to reserve {} using storage policy from min volume index {} 2025-05-26 09:03:00 20. 11807 0.017 1.03 MiB 0.008 1 710 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 09:03:00 21. 11567 0.016 537.64 KiB 0.004 1 728 ['Trace'] 0.281 filled checksums {} 2025-05-26 09:03:00 22. 8958 0.013 439.93 KiB 0.003 1 276 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2025-05-26 09:03:00 23. 8958 0.013 1.32 MiB 0.011 1 276 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 09:03:00 24. 7683 0.011 232.13 KiB 0.002 1 710 ['Trace'] 0 Aggregation method: {} 2025-05-26 09:03:00 25. 7328 0.01 1.40 MiB 0.011 3 174 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2025-05-26 09:03:00 26. 7319 0.01 1.71 MiB 0.014 2 174 ['Trace'] 1 Request URI: {} 2025-05-26 09:03:00 27. 7234 0.01 148.35 KiB 0.001 2 174 ['Debug'] 0.161 Done processing query 2025-05-26 09:03:00 28. 7043 0.01 231.63 KiB 0.002 2 395 ['Trace'] 1 TCP Request. Address: {} 2025-05-26 09:03:00 29. 7040 0.01 678.22 KiB 0.005 1 395 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2025-05-26 09:03:00 30. 6971 0.01 183.81 KiB 0.001 1 392 ['Debug'] 1 Done processing connection. 2025-05-26 09:03:00 31. 6930 0.01 646.44 KiB 0.005 1 51 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2025-05-26 09:03:00 32. 6758 0.009 945.19 KiB 0.008 1 2 ['Trace'] 1 Creating part at path {} 2025-05-26 09:03:00 33. 6054 0.008 65.03 KiB 0.001 1 708 ['Trace'] 0 Aggregating 2025-05-26 09:03:00 34. 5352 0.008 419.60 KiB 0.003 445 161 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2025-05-26 09:03:00 35. 4230 0.006 326.34 KiB 0.003 1 207 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2025-05-26 09:03:00 36. 3962 0.006 88.99 KiB 0.001 1 686 ['Trace'] 0 Merging aggregated data 2025-05-26 09:03:00 37. 3864 0.005 350.77 KiB 0.003 82 533 ['Trace'] 0.974 Insert entry {} to queue with type {} 2025-05-26 09:03:00 38. 3656 0.005 288.76 KiB 0.002 79 819 ['Trace'] 0.951 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2025-05-26 09:03:00 39. 3591 0.005 291.31 KiB 0.002 1 697 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2025-05-26 09:03:00 40. 3356 0.005 193.37 KiB 0.002 82 533 ['Debug'] 0.976 Pulling {} entries to queue: {} - {} 2025-05-26 09:03:00 41. 3356 0.005 85.21 KiB 0.001 82 533 ['Debug'] 0.976 Pulled {} entries to queue. 2025-05-26 09:03:00 42. 3296 0.005 98.50 KiB 0.001 535 198 ['Debug'] 0.02 Key condition: {} 2025-05-26 09:03:00 43. 3277 0.005 456.32 KiB 0.004 79 508 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2025-05-26 09:03:00 44. 3199 0.004 186.54 KiB 0.001 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2025-05-26 09:03:00 45. 3197 0.004 115.79 KiB 0.001 16 16 ['Trace'] 1 Flushed system log up to offset {} 2025-05-26 09:03:00 46. 3129 0.004 358.02 KiB 0.003 517 198 ['Debug'] 0.021 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2025-05-26 09:03:00 47. 3113 0.004 330.24 KiB 0.003 1 26 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2025-05-26 09:03:00 48. 3112 0.004 122.84 KiB 0.001 62 32 ['Debug'] 0.375 Committing part {} to zookeeper 2025-05-26 09:03:00 49. 3021 0.004 258.23 KiB 0.002 105 511 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 2025-05-26 09:03:00 50. 2843 0.004 147.15 KiB 0.001 442 195 ['Trace'] 0.023 Spreading mark ranges among streams (default reading) 2025-05-26 09:03:00 51. 2750 0.004 105.62 KiB 0.001 62 32 ['Debug'] 0.424 Part {} committed to zookeeper 2025-05-26 09:03:00 52. 2368 0.003 74.00 KiB 0.001 1 666 ['Debug'] 0.519 Spawn loader worker #{} in {} 2025-05-26 09:03:00 53. 2368 0.003 48.57 KiB 0 1 665 ['Debug'] 1 Stop worker in {} 2025-05-26 09:03:00 54. 2351 0.003 153.06 KiB 0.001 1 536 ['Debug'] 1 Execute load job '{}' in {} 2025-05-26 09:03:00 55. 2351 0.003 162.24 KiB 0.001 1 536 ['Debug'] 1 Finish load job '{}' with status {} 2025-05-26 09:03:00 56. 2351 0.003 159.95 KiB 0.001 1 153 ['Debug'] 0.014 Schedule load job '{}' into {} 2025-05-26 09:03:00 57. 2350 0.003 184.93 KiB 0.001 1 153 ['Debug'] 0.014 Prioritize load job '{}': {} -> {} 2025-05-26 09:03:00 58. 2202 0.003 73.11 KiB 0.001 1 656 ['Debug'] 0.501 Change current priority: {} -> {} 2025-05-26 09:03:00 59. 2189 0.003 19.24 KiB 0 2 136 ['Trace'] 0.002 No tables 2025-05-26 09:03:00 60. 2153 0.003 175.46 KiB 0.001 1 58 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2025-05-26 09:03:00 61. 2153 0.003 73.56 KiB 0.001 1 58 ['Debug'] 0 Selected MergeAlgorithm: {} 2025-05-26 09:03:00 62. 2137 0.003 134.15 KiB 0.001 160 56 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2025-05-26 09:03:00 63. 2137 0.003 275.89 KiB 0.002 1 56 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2025-05-26 09:03:00 64. 2077 0.003 165.28 KiB 0.001 1 634 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={} 2025-05-26 09:03:00 65. 2072 0.003 107.02 KiB 0.001 157 545 ['Debug'] 0.851 Selected {} parts from {} to {} 2025-05-26 09:03:00 66. 1862 0.003 230.38 KiB 0.002 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2025-05-26 09:03:00 67. 1757 0.002 70.35 KiB 0.001 1 298 ['Debug'] 0.233 Will use old analyzer to prepare mutation 2025-05-26 09:03:00 68. 1605 0.002 189.39 KiB 0.002 537 395 ['Debug'] 0.903 Removing {} parts from filesystem (serially): Parts: [{}] 2025-05-26 09:03:00 69. 1585 0.002 378.12 KiB 0.003 1 86 ['Trace'] 0.006 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 2025-05-26 09:03:00 70. 1581 0.002 100.50 KiB 0.001 1 100 ['Trace'] 0.015 {}Join data is being destroyed, {} bytes and {} rows in hash table 2025-05-26 09:03:00 71. 1505 0.002 109.85 KiB 0.001 1 110 ['Trace'] 0 The min valid primary key position for moving to the tail of PREWHERE is {} 2025-05-26 09:03:00 72. 1494 0.002 169.24 KiB 0.001 1 362 ['Information'] 0 Sorting and writing part of data into temporary file {} 2025-05-26 09:03:00 73. 1493 0.002 223.62 KiB 0.002 1 326 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2025-05-26 09:03:00 74. 1386 0.002 157.14 KiB 0.001 1 74 ['Debug'] 0 Before join block: '{}' 2025-05-26 09:03:00 75. 1385 0.002 249.66 KiB 0.002 1 74 ['Debug'] 0 After join block: '{}' 2025-05-26 09:03:00 76. 1367 0.002 40.05 KiB 0 105 488 ['Debug'] 0.974 Updating strategy picker state 2025-05-26 09:03:00 77. 1262 0.002 114.41 KiB 0.001 1 516 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2025-05-26 09:03:00 78. 1243 0.002 178.62 KiB 0.001 1 89 ['Trace'] 0 PREWHERE condition was split into {} steps: {} 2025-05-26 09:03:00 79. 1211 0.002 121.89 KiB 0.001 64 234 ['Debug'] 0.86 Removing {} parts from memory: Parts: [{}] 2025-05-26 09:03:00 80. 1210 0.002 120.65 KiB 0.001 64 233 ['Trace'] 0.861 Found {} old parts to remove. Parts: [{}] 2025-05-26 09:03:00 81. 1173 0.002 180.67 KiB 0.001 37 25 ['Debug'] 0.999 Fetching part {} from {}:{} 2025-05-26 09:03:00 82. 1170 0.002 100.55 KiB 0.001 37 24 ['Trace'] 1 Trying to fetch with zero-copy replication, but disk is not provided, will try to select 2025-05-26 09:03:00 83. 1170 0.002 42.23 KiB 0 37 24 ['Trace'] 1 Checking disk {} with type {} 2025-05-26 09:03:00 84. 1169 0.002 21.81 KiB 0 37 24 ['Debug'] 1 Downloading files {} 2025-05-26 09:03:00 85. 1168 0.002 99.18 KiB 0.001 37 24 ['Trace'] 1 Disk for fetch is not provided, getting disk from reservation {} with type '{}' 2025-05-26 09:03:00 86. 1168 0.002 27.69 KiB 0 36 32 ['Trace'] 1 Sending part {} 2025-05-26 09:03:00 87. 1167 0.002 178.84 KiB 0.001 37 24 ['Debug'] 1 Fetched part {} from {}:{}{} 2025-05-26 09:03:00 88. 1151 0.002 63.28 KiB 0.001 33 20 ['Debug'] 1 Download of part {} onto disk {} finished. 2025-05-26 09:03:00 89. 1151 0.002 53.16 KiB 0 33 20 ['Debug'] 1 Downloading part {} onto disk {}. 2025-05-26 09:03:00 90. 1122 0.002 71.74 KiB 0.001 21 138 ['Trace'] 0.935 List of all grants: {} 2025-05-26 09:03:00 91. 1122 0.002 85.46 KiB 0.001 21 138 ['Trace'] 0.935 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {} 2025-05-26 09:03:00 92. 1122 0.002 149.83 KiB 0.001 21 138 ['Trace'] 0.935 List of all grants including implicit: {} 2025-05-26 09:03:00 93. 1105 0.002 90.80 KiB 0.001 1086 136 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total. 2025-05-26 09:03:00 94. 1105 0.002 65.70 KiB 0.001 1 136 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec 2025-05-26 09:03:00 95. 1088 0.002 66.33 KiB 0.001 1 151 ['Debug'] 0.026 Wait load job '{}' in {} 2025-05-26 09:03:00 96. 1039 0.001 73.06 KiB 0.001 4 37 ['Debug'] 0 Flushing buffer with {} rows, {} bytes, age {} seconds, took {} ms {}. 2025-05-26 09:03:00 97. 1013 0.001 114.75 KiB 0.001 1 166 ['Debug'] 0 Writing part of aggregation data into temporary file {} 2025-05-26 09:03:00 98. 1013 0.001 45.02 KiB 0 1 166 ['Debug'] 0 Max size of temporary block: {} rows, {}. 2025-05-26 09:03:00 99. 1013 0.001 247.32 KiB 0.002 1 166 ['Debug'] 0 Written part in {:.3f} sec., {} rows, {} uncompressed, {} compressed, {:.3f} uncompressed bytes per row, {:.3f} compressed bytes per row, compression rate: {:.3f} ({:.3f} rows/sec., {}/sec. uncompressed, {}/sec. compressed) 2025-05-26 09:03:01 100. 979 0.001 45.11 KiB 0 1 16 ['Trace'] 0 Mutating part {} to mutation version {} 2025-05-26 09:03:01 2025-05-26 09:03:01 2025-05-26 09:03:01 2025-05-26 09:03:01 Top messages without format string (fmt::runtime): 2025-05-26 09:03:01 2025-05-26 09:03:01 count pattern runtime_message line 2025-05-26 09:03:01 2025-05-26 09:03:01 1. 32 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2025-05-26 09:03:01 2025-05-26 09:03:01 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 2025-05-26 09:03:01 2. 30 CodeDBExceptionReceivedfromDBExc Code: 395. DB::Exception: Received from 127.2:9000. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(not(__table1.dummy) :: 0) -> throwIf(not(__table1.dummy)) UInt8 : 2'. Stack trace: 2025-05-26 09:03:01 2025-05-26 09:03:01 0. ./contrib/llvm-proje ('/executeQuery.cpp',219) 2025-05-26 09:03:01 3. 5 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2025-05-26 09:03:01 4. 4 CodeDBExceptionFailedtogetobject Code: 499. DB::Exception: Failed to get object info: No response body.. HTTP response code: 404: While executing S3. (S3_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:45150) (comment: 02752_forbidden_headers.sql) (in query: SEL ('/executeQuery.cpp',219) 2025-05-26 09:03:01 5. 3 Connectiontomysqlfailedtimes Connection to mysql failed 1 times ('',0) 2025-05-26 09:03:01 6. 3 Connectiontomysqldbasusermysqlus Connection to mysql_db@127.123.0.1:3306 as user mysql_user failed: mysqlxx::ConnectionFailed: Can't connect to MySQL server on '127.123.0.1' (115) ((nullptr):0) ('',0) 2025-05-26 09:03:01 7. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:57224) (comment: 01256_negative_generate_random.sql) (in query: SELECT * FROM generateRandom('', 1, 10, 10);), Stack trace (when copyin ('/executeQuery.cpp',219) 2025-05-26 09:03:01 8. 2 CodeDBExceptionReceivedfromlocal Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (for query) exceeded: would use 20.01 MiB (attempt to allocate chunk of 1049600 bytes), maximum: 20.00 MiB.: While executing AggregatingTransform: while pushing to view tes ('/executeQuery.cpp',219) 2025-05-26 09:03:01 9. 2 CannotflushCodeDBExceptionReceiv Cannot flush: Code: 516. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. 2025-05-26 09:03:01 2025-05-26 09:03:01 If you have installed ClickHouse and forgot password you can reset it in the co ('/Exception.cpp',222) 2025-05-26 09:03:01 10. 2 CodeDBExceptionSyntaxerrorcolumn Code: 62. DB::Exception: Syntax error (columns declaration list): failed at position 3 (end of query): . Expected one of: NULL, NOT, DEFAULT, MATERIALIZED, EPHEMERAL, ALIAS, AUTO_INCREMENT, PRIMARY KEY, data type, nested table, identifier. (SYNTAX_ERROR) ( ('/executeQuery.cpp',219) 2025-05-26 09:03:01 11. 1 PocoExceptionCodeecodeBadURIsynt Poco::Exception. Code: 1000, e.code() = 0, Bad URI syntax: URI contains invalid characters (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:37994) (comment: 00990_request_splitting.sql) (in query: SELECT * FROM url('http://127.0.0.1:1337 ('/executeQuery.cpp',219) 2025-05-26 09:03:01 12. 1 startingup starting up ('',0) 2025-05-26 09:03:01 13. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 14. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 15. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 16. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 17. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 18. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2025-05-26 09:03:01 peer 1, DC ID 0, localhost:9234, voting member, 1 2025-05-26 09:03:01 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 19. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 20. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 21. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2025-05-26 09:03:01 22. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 23. 1 PocoExceptionCodeecodeNotfoundbo Poco::Exception. Code: 1000, e.code() = 0, Not found: boundary, Stack trace (when copying this message, always include the lines below): 2025-05-26 09:03:01 2025-05-26 09:03:01 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e8 ('/Exception.cpp',222) 2025-05-26 09:03:01 24. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 25. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 26. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 27. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwardin ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 28. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2025-05-26 09:03:01 29. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43) 2025-05-26 09:03:21 30. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.18.10389.altinitystable (revision: 4294967295, git hash: 7a1b53921dfb37a4fe50af3efd7b3b833d32682a, build id: 9326E84F4D09659122381824D9442FCFC820A16D), PID 734 ('',0) 2025-05-26 09:03:21 2025-05-26 09:03:21 2025-05-26 09:03:21 2025-05-26 09:03:21 Top messages not matching their format strings: 2025-05-26 09:03:21 2025-05-26 09:03:21 message_format_string count() any_message 2025-05-26 09:03:21 2025-05-26 09:03:21 1. 36 Forked a child process to watch 2025-05-26 09:03:21 2. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 19 /var/lib/clickhouse/store/72d/72de21a6-4536-4993-995c-380341521000/tmp_insert_all_1_1_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages) 2025-05-26 09:03:21 3. Query {} to stage {}{} 4 Query SELECT 'token-transfer-0x758f1bbabb160683e1c80ed52dcd24a32b599d40edf1cec91b5f1199c0e392a2-56' AS `'token-transfer-0x758f1bbabb160683e1c80ed52dcd24a32b599d40edf1cec91b5f1199c0e392a2-56'`, _CAST('Ӈ���Jl����X��X̊�Y', 'FixedString(20)') AS `hex2bytes('0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459')`, 3e21 AS `3e21`, '2024-01-02 16:54:59' AS `'2024-01-02 16:54:59'`, 'abc' AS `'abc'` FROM system.one AS __table1 to stage Complete 2025-05-26 09:03:21 4. Query {} from stage {} to stage {}{} 4 Query SELECT 'token-transfer-0x758f1bbabb160683e1c80ed52dcd24a32b599d40edf1cec91b5f1199c0e392a2-56' AS `'token-transfer-0x758f1bbabb160683e1c80ed52dcd24a32b599d40edf1cec91b5f1199c0e392a2-56'`, _CAST('Ӈ���Jl����X��X̊�Y', 'FixedString(20)') AS `hex2bytes('0xd387a6e4e84a6c86bd90c158c6028a58cc8ac459')`, 3e21 AS `3e21`, '2024-01-02 16:54:59' AS `'2024-01-02 16:54:59'`, 'abc' AS `'abc'` FROM system.one AS __table1 from stage FetchColumns to stage Complete 2025-05-26 09:03:21 2025-05-26 09:03:21 2025-05-26 09:03:21 2025-05-26 09:03:21 Top short messages: 2025-05-26 09:03:21 2025-05-26 09:03:21 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2025-05-26 09:03:21 2025-05-26 09:03:21 1. 66 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt64(size = 1) String(size = 1) UInt64(size = 1) Int64(size = 80 2025-05-26 09:03:21 2. 17 {} Server was built with sanitizer. It will work slowly. 27 2025-05-26 09:03:21 3. 6 Creating {}: {} Creating table test_hnoh1wes.mv: CREATE MATERIALIZED VIEW IF NOT EXISTS test_hnoh1wes.mv UUID 'ed7e098c-ed2a-4d44-8dd2-e 174 2025-05-26 09:03:21 4. 4 Database {} does not exist Code: 81. DB::Exception: Database kek does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always 28 2025-05-26 09:03:21 5. 2 User has been dropped Code: 192. DB::Exception: User has been dropped. (UNKNOWN_USER) (version 24.3.18.10389.altinitystable (altinity build)) 23 2025-05-26 09:03:21 6. 2 Substitution {} is not set Code: 456. DB::Exception: Substitution `n` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.3.18.10389.altinitystable ( 29 2025-05-26 09:03:21 7. 1 Froze {} parts Froze 1 parts -13 2025-05-26 09:03:21 2025-05-26 09:03:21 2025-05-26 09:03:21 2025-05-26 09:03:21 Top messages by level: 2025-05-26 09:03:21 2025-05-26 09:03:21 (0.00042069127991115,'Limit for {} exceeded, max bytes: {}, current bytes: {}') Error 2025-05-26 09:03:21 (0.0000518852578557085,'Client has gone away.') Warning 2025-05-26 09:03:21 (0.017425032813919834,'Removing metadata {} of dropped table {}') Information 2025-05-26 09:03:21 (0.05834847821941014,'(from {}{}{}){}{} {} (stage: {})') Debug 2025-05-26 09:03:21 (0.08268827337080291,'Access granted: {}{}') Trace 2025-05-26 09:03:21 2025-05-26 09:03:21 + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ Files in current directory total 137428 drwxr-xr-x 1 root root 4096 May 26 08:50 . drwxr-xr-x 1 root root 4096 May 26 08:50 .. -rw-rw-r-- 1 1000 1000 300 May 26 08:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 May 26 08:23 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 May 26 08:23 __azurite_db_blob__.json -rw-r--r-- 1 root root 50117 May 26 09:02 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 May 26 08:23 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4003 May 26 08:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 08:22 dev -rwxr-xr-x 1 root root 0 May 26 08:22 .dockerenv drwxr-xr-x 1 root root 4096 May 26 08:22 etc drwxr-xr-x 1 1000 1000 4096 May 26 08:23 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 May 26 08:23 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 May 26 08:22 package_folder dr-xr-xr-x 309 root root 0 May 26 08:22 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4096 May 26 09:00 root drwxr-xr-x 1 root root 4096 May 26 08:22 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 May 26 08:23 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 08:22 sys drwxrwxr-x 2 1000 1000 4096 May 26 08:24 test_output drwxrwxrwt 1 root root 36864 May 26 09:03 tmp drwxr-xr-x 2 root root 4096 May 26 08:24 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var Files in root directory + echo 'Files in root directory' + ls -la / total 137428 drwxr-xr-x 1 root root 4096 May 26 08:50 . drwxr-xr-x 1 root root 4096 May 26 08:50 .. -rw-rw-r-- 1 1000 1000 300 May 26 08:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 May 26 08:23 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 May 26 08:23 __azurite_db_blob__.json -rw-r--r-- 1 root root 50117 May 26 09:02 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 May 26 08:23 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4003 May 26 08:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 08:22 dev -rwxr-xr-x 1 root root 0 May 26 08:22 .dockerenv drwxr-xr-x 1 root root 4096 May 26 08:22 etc drwxr-xr-x 1 1000 1000 4096 May 26 08:23 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 May 26 08:23 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 May 26 08:22 package_folder dr-xr-xr-x 309 root root 0 May 26 08:22 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4096 May 26 09:00 root drwxr-xr-x 1 root root 4096 May 26 08:22 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 May 26 08:23 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 08:22 sys drwxrwxr-x 2 1000 1000 4096 May 26 08:24 test_output drwxrwxrwt 1 root root 36864 May 26 09:03 tmp drwxr-xr-x 2 root root 4096 May 26 08:24 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + /process_functional_tests_result.py 2025-05-26 09:03:21,813 File /analyzer_tech_debt.txt with broken tests found 2025-05-26 09:03:21,813 File /broken_tests.json with broken tests found 2025-05-26 09:03:21,813 Broken tests in the list: 38 2025-05-26 09:03:21,814 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log 2025-05-26 09:03:21,820 Is flaky check: False 2025-05-26 09:03:21,820 Result parsed 2025-05-26 09:03:21,821 Result written + clickhouse-client -q 'system flush logs' + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + err='++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''' + echo '++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''' + echo '++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 is running. Sent terminate signal to process with pid 734. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 734. The process with pid = 734 does not exist. Server stopped + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + zstd --threads=0 + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]